Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 807 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 807 Bytes

polling-websockets-sse-workshop

This repository contains multiple implementations of a simple chat application:

  1. Short-poll implementation is on the main branch.
  2. Long-poll implementation is on the long-poll branch.
  3. Websockets implementation is on the websockets branch.
  4. SSE implementation is on the sse branch.

How to run

Install dependencies

npm install

Run the application

npm run dev

The client app will be available under http://localhost:3000/