Multi-user chat session. Illustrates websocket usage with node. Server uses 'ws' package.
$ npm install go-chat
Start server. See the readme file in Server/sslcerts for secure access
$ cd Server
$ node chatServer.js
-- or --
$ node chatServer.js --secure
Browse to Client/index.html