Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

oils

Package Overview
Dependencies
Maintainers
1
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oils

Oils Js framework built on top of Express.

  • 0.1.5
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
11
decreased by-95.28%
Maintainers
1
Weekly downloads
 
Created
Source

oilsjs

Oils JS

Oils is a framework built on top of Express framework. It's very flexible and very simple to use, you'll love it!

It is primarily used to create Openshift Node JS Applications. You can also use this for other projects as the variable dependencies are just very few and are all in the configuration file.

It will automatically read models and controllers. Also features automatic routing for created controllers.

Directory Structure:

|-- controllers
|-- models
|-- views
|-- public
|-- lib

You can see the README.md's of each directory above for more information.

Set-Up

For OpenShift apps, after creating your node js + mongodb application, clone the project to your local and go to that directory.

Example:

npm install oils -g
oils new HelloWorld
cd HelloWorld
npm install
node server.js

or you can just simply Download the zip version of this project and copy-paste it to your node js application.

Usage

This sample app is self explanatory. Just browse through the directories and files and you will get the hang of it.

It uses Mongoose for ORM. Mongo DB for the database. Swig for templating.

Contact

If you have questions, feel free to drop me an email: manny@mvergel.com

License

MIT

Keywords

FAQs

Package last updated on 27 Jan 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc