Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bitnbytesio/egg
- Owner: bitnbytesio
- License: isc
- Created: 2015-08-04T17:33:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-02T13:43:41.000Z (about 8 years ago)
- Last Synced: 2024-04-27T11:31:53.629Z (8 months ago)
- Language: HTML
- Homepage:
- Size: 457 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```