Websockets-Tester: Difference between revisions

From Bitpost wiki
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
=== Creation ===
=== Creation ===
* create this wiki page off of Projects
* research options; the [https://github.com/einaros/ws ws] node package [http://stackoverflow.com/questions/16392260/which-websocket-library-to-use-with-node-js looks good]
* research options; the ws npm [http://stackoverflow.com/questions/16392260/which-websocket-library-to-use-with-node-js looks good]
* [[Node create a new module|Create a new module]] at ~/development/websockets-tester
* 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!
* # start coding!


=== Usage ===
=== Usage ===

Latest revision as of 18:48, 1 June 2016

Creation

Usage