Well, It begins from this: https://nodejs.org/api/http.html
Thanks for your help, On Wednesday, May 2, 2012 at 11:05:58 AM UTC+7, ss9 wrote: > > I have a unique app I need to build: > > 1. Gets a request from a browser > 2. Passes a call to a TCP server which sends a UUID to a 3rd party > 3. TCP server listens for streams from the 3rd party. > 4. TCP server filters the stream to send the UUID messages back to > the HTTP server > 5. HTTP server does something with the message. > > I've had a few thoughts so far which include two different node > servers, one tcp and one http... or one server that does both, maybe > spawns child processes for the tcp part? > > Any thoughts on the best way to go about this? -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/eb154aca-5245-40c3-baa7-70112214d344%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
