node.jsrpcsocketstream

SocketStream.js without client side how to?


I am interested in develop a rt module for my website with socketstream + node.js. I am only interested in do the server side in socketstream, not the client side. How can I access the socketstream from a normal php/html app, wich js i have to include ? I am mainly interested in rpc, pub/sub and authentication/session.


Solution

  • Check out to this framework:

    http://www.socketstream.org/

    Comes with a lot of examples and it's easy to use.