Example node.js websocket server, to be used with the Contiki websocket client
This commit is contained in:
parent
4f13d637e6
commit
5625a01baf
2 changed files with 63 additions and 0 deletions
6
examples/websockets/node/Makefile
Normal file
6
examples/websockets/node/Makefile
Normal file
|
@ -0,0 +1,6 @@
|
|||
install:
|
||||
npm install websocket
|
||||
|
||||
|
||||
run:
|
||||
nodejs example-server.js
|
Loading…
Add table
Add a link
Reference in a new issue