/ws-simple

Primary LanguageJavaScript

Install

$ yarn install

Run

// In terminal #1
$ node server.js

// In terminal #2
// (Anything to serve the static files, e.g.)
$ sabu -p 4001
$ http-server . -p 4001
// Etc