Since Node is single-threaded, there is a need of workaround if it comes to a long-running calculations.
Note: this is "ready to run" example. Just, don't forget to get jQuery and install the required modules.
Main logic of this example:
Client sends request to the server.
Server sta...