Tagged Questions
2
votes
2answers
357 views
Synchronous sockets with Node.js
I want to port an existing app from Java to Node.js - would like to seek your advise.
The java app is a multithreaded socket server where arbitrary number of clients can connect. The app runs on java ...
0
votes
1answer
82 views
Running pieces of code distributed through out the system, automatically
I have pieces of code, written in java, which I can convert in jar and run from the terminal.
I also have some node.js script, which I would like to run before running these jar files.
So the ...
-3
votes
0answers
164 views
Using node.js vs Java [closed]
I have to write a cloud application and debating myself java vs Node.js. My application deals with lot of XML structures and provides reporting front end to users. Any suggestions on the languages ...