Websockets-Tester
Creation
- create this wiki page off of Projects
- mkdir ~/development/websockets-tester && cd ~/development/websockets-tester
- # cp mah-haus project
- # clean index.js package.json to use wst (our top-level command) (don't worry about ws dependency, we add that next)
- npm install --save ws # to install a local copy under node_modules, and add dep to package.json
- # start coding!