/skelenode-socket

Primary LanguageJavaScriptMIT LicenseMIT

Skelenode Socket

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

Requirements

Installation

npm install skelenode-socket

Usage

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

Contributing

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