https://github.com/chjj/vanilla
A framework for node.js.
https://github.com/chjj/vanilla
Last synced: 4 months ago
JSON representation
A framework for node.js.
- Host: GitHub
- URL: https://github.com/chjj/vanilla
- Owner: chjj
- License: mit
- Created: 2011-05-01T07:44:21.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-01-05T10:48:53.000Z (over 13 years ago)
- Last Synced: 2024-12-29T11:51:58.432Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 211 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vanilla
Through a lot of evolution, __vanilla__ has become my personal framework. It's
modeled after connect/express and Tim Caswell's stack/creationix middleware.
It is here to give me total autonomy over my backend. It's kept in line with
connect/express api to ultimately ensure portability of code. Use if you care to.## License
See LICENSE (MIT).