Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/comparitiko/compchat
- Owner: Comparitiko
- Created: 2023-12-05T09:53:40.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-09T08:48:55.000Z (11 months ago)
- Last Synced: 2023-12-09T12:34:36.436Z (11 months ago)
- Language: HTML
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```