UNPKG

node-token-sockjs

Version:

A wrapper around express, sockjs-node, and redis that provides token based authentication, a websocket based rpc-like abstraction, and an optional publish subscribe interface.

12 lines (6 loc) 196 B
module.exports = function(TokenSocketServer){ describe("Unit tests", function(){ require("./unit/setup.js")(TokenSocketServer); require("./unit/external.js")(TokenSocketServer); }); };