Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bitnbytesio/egg

A light weight Node.js framework.
https://github.com/bitnbytesio/egg

Last synced: about 1 month ago
JSON representation

A light weight Node.js framework.

Awesome Lists containing this project

README

        

# egg framework

**Note:** Application is under development.

**Requirements**
Node.js 4+

**Templates**

see [EJS](http://www.embeddedjs.com/)

**Database/ORM**

see [Bookshelf](http://bookshelfjs.org/)

**Session**

see [quorrajs/NodeSession](https://github.com/quorrajs/NodeSession)

**Quick Start**

Run the folowing command in root directory of project.
```
node server.js
```