socket.io example
Hey,
I'm interested in using socket.io for a project but I am not familiar with js that much. Has anyone got a working example I can dissect and understand how it works ?
Thanks
Has anyone got any good examples wit socket.io or node.js ? Amy help/ guidance would be greatly appreciated.
Hi Freddyc,
here is an example that shows how you can achieve Max Webpage communication using a Node.js bridge using UDP and WebSocket (socket.io powered) transports: https://github.com/fde31/max-osc-ws
Also worth noting is a WebSocket external developed by Oli Larkin, which can be found here:
https://github.com/olilarkin/wsserver
Hope that helps.
Florian