About Application | Technologies | How to Run | Project Status | License
Server Socket is a server that uses the socket.io library to enable real-time data exchange between users, maintaining persistent connections that allow continuous and bidirectional communication.
First, start by cloning the repository:
git clone https://github.com/shunny2/server-socket/
Run the command below to install all dependencies:
npm install
Run the application (server):
npm run dev
Status: Completed.
This project is under an MIT license.
Created by Alexander Davis.