Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brinobruno/server-sent-events


https://github.com/brinobruno/server-sent-events

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# SSE: Server Sent Events
Proof of concept...

### Getting started
application is divided into client (React-ts vite template) and server (Node with fastify-ts), the idea is to run them separately in different localhost ports (5173 for client and 3000 for server).

Open a terminal:

```bash
cd client
pnpm install
pnpm dev
```

Split a second terminal:
```bash
cd server
pnpm install
pnpm dev
```

Open browser at `localhost:5173`