Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 1 KB

README.md

File metadata and controls

38 lines (33 loc) · 1 KB

Chat real time

⌨️ Chat real-time

Socket.IO is a library that enables low-latency, bidirectional and event-based communication between a client and a server. It is built on top of the WebSocket protocol and provides additional guarantees like fallback to HTTP long-polling or automatic reconnection. Can be used for chat, dashboard, notifications, etc.

🖼️ Preview

Chat real time preview

⚙️ Technologies

  • Socket.io
  • Node.js
  • Typescript
  • HTML
  • CSS

🚀 Use

Clone

git clone https://github.com/edmilson-torres/nodejs-socketio.git

Install dependencies

npm install

Running the app

npm run dev

Chat

http://localhost:3000