Node.Js

Node.js is a cross-platform, open-source JavaScript runtime environment that can run on Windows, Linux, Unix, macOS, and more. Node.js runs on the V8 JavaScript engine, and executes JavaScript code outside a web browser.

How to use Websocket in NodeJs

Websocket is generally used for real-time and bidirectional communications with server side like NodeJs and client side. It enables the client to get real-time data without continuous polling. What is Websocket? Websocket is computer communication protocol, providing simultaneous two-way communication channels over a single transmission controll protocol connection. Installing websocket in nodejs First install the

How to use Websocket in NodeJs Read More »

Translate »
Scroll to Top