Skip to content

FRSOURCE/polling-websockets-sse-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published