https://github.com/pid/node-web-modules
A collection of web frameworks for Node.js
https://github.com/pid/node-web-modules
Last synced: about 1 year ago
JSON representation
A collection of web frameworks for Node.js
- Host: GitHub
- URL: https://github.com/pid/node-web-modules
- Owner: pid
- Created: 2013-08-09T10:07:46.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-09T10:20:17.000Z (almost 13 years ago)
- Last Synced: 2025-01-29T12:47:40.446Z (over 1 year ago)
- Language: JavaScript
- Size: 411 KB
- Stars: 1
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About
A simple Node/Redis app which list a collection of web modules for Node.js
## How to add a Node web framework?
* Just fork this repository, edit the `modules.json` file adding only your github `user/module` suffix there.
See this example:
``` javascript
"connect": "senchalabs/Connect"
```
* Take a screenshot about main site or blog module, put it in the `public/images` directory.
The image must be a PNG format with 220x160 size and named with the same github repository name.
Using the example before, if I added the `connect` module, my printscreen must be named as `connect.png`.
* All modules data is consumed and updated daily from a Github API (http://developer.github.com) and stored in a Redis key-store database.
## Rules
Only web modules for node.js will be included.
## TODO
* Create scaffold apps using each web module.
## About the author
Caio Ribeiro Pereira
Twitter:
Blog: or
MIT Licence: