for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
/**
* Web Sockets server.
*
* @module ws-server
*/
"use strict";
module.exports = require("./src/ws-server");