Websockets-Tester: Difference between revisions
No edit summary  | 
				|||
| Line 1: | Line 1: | ||
=== Creation ===  | === Creation ===  | ||
* 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 [https://github.com/einaros/ws ws] node package [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  | ||
* # start coding!  | * # start coding!  | ||
=== Usage ===  | === Usage ===  | ||
Latest revision as of 18:48, 1 June 2016
Creation
- research options; the ws node package looks good
 - Create a new module at ~/development/websockets-tester
 - # start coding!