Node Js Socket programming.
Using socket.io node package I have created a server and client. On accessing the client through browser a socket id is generated with interaction with the server. but on reloading the browser we get another socket id. is there any way to reuse the first socket id generated in the browser so that i can get the messages for that particular socket id. The client has to reuse the socked id generated before instead of generating new one. Thanks Faizal
via Faizal Shaikh
No comments:
Post a Comment