https://github.com/sourcec0de/nemesis
Full Stack Javascript Web Framework with opinions
https://github.com/sourcec0de/nemesis
Last synced: about 1 year ago
JSON representation
Full Stack Javascript Web Framework with opinions
- Host: GitHub
- URL: https://github.com/sourcec0de/nemesis
- Owner: sourcec0de
- License: mit
- Created: 2013-11-20T12:20:23.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-22T10:09:42.000Z (over 12 years ago)
- Last Synced: 2024-04-15T03:21:06.230Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 120 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
README
# NEMESIS - ALPHA
Developer productivity framework. Don't spend time configuring
your node server. Start a new project in seconds and start writing
your business logic NOW!!!!
### Gloa - Build Reactive / Realtime Web Applications.
- RESTful API JSON ....... and XML
- Server Side: Powered by Nemesis.io + Express.js + Connect
- Client Side: Angular.js + Jquery.js + Bootstrap.js
- Web Sockets: Socket.io + PubNub (optional)
- Template Engine: Jade (considering dust.js)
- CSS Pre Proc: Less
- BYODB: Database agnostic - Bring Your Own DB
- Follow MVC
## Getting Started
```shell
npm install nemesis -g
```
### Create a new project
This command creates a new application in the current directory
```shell
nemesis new
cd
npm install
```
# More concise instructions to come
# ToDo:
- [ ] Find a better way to possibly do dependency injection