Hello all, I am writing a web server application, which is a Java program listening to a port. Party A will be automatically sending requests to that port and the application will process the request then generate result. In the mean time, Party B will be reviewing the result updates on a web page. I am not quite familiar with web coding then I did some googling and got the impression that node.js might be the right way to go.
Please correct me if I am wrong and also please give me some suggestions such as 1. which node.js module should be used to build such a web application. 2. How could a Java application send output with node.js server. If it is communicating with node.js server via a socket then will the Java process itself be receiving something while node.js server is broadcasting? Thanks in advance. -- 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/ff3eb729-b79b-4828-9d55-0cecb3862250%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
