This repository contains multiple implementations of a simple chat application:
- Short-poll implementation is on the
main
branch. - Long-poll implementation is on the
long-poll
branch. - Websockets implementation is on the
websockets
branch. - SSE implementation is on the
sse
branch.
Install dependencies
npm install
Run the application
npm run dev
The client app will be available under http://localhost:3000/