1.0.5 • Published 10 years ago

skelenode v1.0.5

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

Skelenode

=========

This is a full-stack server with the following pieces:

  • RESTful API with automatic documentation provided by (Swagger)http://swagger.io/
  • Static web server to serve whatever front-end you want
  • MongoDB connector for data models
  • Socket.IO interface (can access the RESTful API through this interface)
  • Event Dispatcher using (Redis)http://redis.io/

Installation

npm install skelenode

Usage

var skelenode = require('skelenode');
skelenode.start();

Contributing

Open a pull request with plenty of well-written instructions on what you are submitting and why you are submitting it

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.1.0

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.1

10 years ago