WebSockets allow you to send and receive data over a network without having to use a traditional HTTP protocol. Using WebSockets, you can build a real-time application. We will be using the ws library. It is a Node.js module that allows you to create WebS sockets servers and clients.

3m read timeFrom devdojo.com
Post cover image
Table of contents
IntroductionPrerequisitesSetupCreating a WebSocket serverCreating a WebSocket clientConclusion
3 Comments

Sort: