This is a Skelenode component to allow socket connections to the server. It also allows you to call the RESTful API through the socket connections
- You must have a Skelenode server running
- You must also have a Redis server that you can connect to
npm install skelenode-socket
var skelenodeSocket = require('skelenode-socket');
// app is a restify or an express server instance
skelenodeSocket(app, redisPort, redisHost, redisPassword);
To connect to the Skelenode RESTful API from a web client, you should use skelenode-api
Open a pull request with plenty of well-written instructions on what you are submitting and why you are submitting it