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.
Table of contents
IntroductionPrerequisitesSetupCreating a WebSocket serverCreating a WebSocket clientConclusion3 Comments
Sort: