Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 685 Bytes

File metadata and controls

22 lines (17 loc) · 685 Bytes

Server messages example

An example of a server and a client using SSE (Server-sent events) and EventSource API.

This example consist in a simple message sender and a list that shows all messages sent using react and express.

Stack

The client

  • Vite
  • React
  • @tanstack/react-query

The server

  • Typescript
  • Express

Monorepo tools

  • RushJS

Bibliography