skelenode

1.0.5 • Public • Published

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

Package Sidebar

Install

npm i skelenode

Weekly Downloads

0

Version

1.0.5

License

MIT

Last publish

Collaborators

  • tgolen