Node.js: Local Websockets?

I have built myself a Node.js Sandbox web app that I can play with Node locally using the SQLite database.

Is it possible to test web sockets without being pushed to a live server?

Yes.
But you will have to open a tab in different browsers to test communication.

2 Likes