Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rafael-vasconcellos/websockets-study

experiment with websockets and SSE using express
https://github.com/rafael-vasconcellos/websockets-study

server-client server-side sse websockets

Last synced: 3 days ago
JSON representation

experiment with websockets and SSE using express

Awesome Lists containing this project

README

        

# WebSockets and SSE study

Estudo básico de WebSockets e SSE (Server-Sent Events), eles são usados aqui para reproduzir o efeito dos chatbots de escrever um texto letra por letra. uma pequena interface gráfica esqueleto é usada para interagir com o servidor Websocket ou SSE, usando express

## interface
![screenshot da interface](assets/screenshot.png)


## Instalação
```bash
$ npm install
```

## scripts
```bash
# watch mode
$ npm run dev

# application build
$ npm run build

# production mode
$ npm run start
```