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

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

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