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/
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 nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to