How to send a message to node.js server? -
how send command node.js
i have jquery / javascript page detects on keypress w,a,s or d , triggers event change canvas.
the next step in trigger event on node.js server using (i think) websockets.
most tutorials have found other way around sending data client.
does have places tutorials on how this?
thanks - ryan
use web sockets, tutorial here http://socket.io/
Comments
Post a Comment