As other people have mentioned, you really need to do some homework first, and come back here when you have specific problems you're unable to solve. There are many resources out there to help you. For TCP, you can start with the Node.js API documentation:
http://nodejs.org/api/net.html -- Martin Cooper On Tue, Aug 27, 2013 at 8:43 AM, Felipe Silveira <[email protected]>wrote: > The example of nodejs.org listen the port 1337 on http but I need to > listen in TCP/IP or UDP have some mode to do? > > > On Tuesday, August 27, 2013 9:42:38 AM UTC-3, Felipe Silveira wrote: > >> Hello Guys, >> >> I'm newbie in NodeJS and I need an idea to make some requests (packets) >> sent to a server port are recorded in the database and simultaneously >> processed and displayed to the client. >> >> Who can help me with some example, only the beginning so I can understand >> and continue. >> >> Thanks for any help. >> > -- > -- > 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 > > --- > You received this message because you are subscribed to the Google Groups > "nodejs" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- -- 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 --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
