On May 27, 7:35 am, Serti Ayoub <[email protected]> wrote: > it's my first post in this group, i'm new on nodejs field. > > I have done an ssjs code with wakanda server , the code use a > synchronous socket. i want to use it in nodeJS but i dont find > synchronous Socket.
You won't find synchronous network I/O in node. That is by design. The API for working with TCP sockets in node can be found here: http://nodejs.org/docs/v0.6.18/api/net.html -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
