I set up node.js on my laptop and I am testing.
I need to test a scenario where server sends data to all the clients and another scenario where server sends data to a specific client.
How can I emulate "many clients - one server" on my laptop, before I publish the project ?
Opening many different browsers (IE,Firefox,Chrome) and connecting them on the same URL will do the trick , or I need a special set-up or software?
Thanks