All Questions
2 questions
1vote
1answer
107views
Should this part of my web-app implemented on server-side or client-side?
I want to write an application which monitors a few URLs (like a couple hundred) of all branches of school. By monitoring, we mean that it sends requests to those URLs at regular intervals (Interval ...
1vote
2answers
5kviews
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 ...