Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/comparitiko/compchat

Chat en tiempo real usando socket.io
https://github.com/comparitiko/compchat

Last synced: 7 days ago
JSON representation

Chat en tiempo real usando socket.io

Awesome Lists containing this project

README

        

# CompChat

## Chat sencillo para aprender sobre la librearia socket.io y sobre websockets siguiendo el curso de node de @midudev
Para probar el chat solo sigue los siguientes pasos:
```
git clone https://github.com/Comparitiko/CompChat.git
```
```
cd CompChat
```
Configura el archivo **.env** con el token de la database de turso
```
npm install
```
```
npm run dev
```