Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gatomod/simple-chat
💬🍃 Un chat simple creado con socket.io y tailwind css
https://github.com/gatomod/simple-chat
socket-io tailwindcss
Last synced: 9 days ago
JSON representation
💬🍃 Un chat simple creado con socket.io y tailwind css
- Host: GitHub
- URL: https://github.com/gatomod/simple-chat
- Owner: gatomod
- License: mit
- Created: 2021-08-10T22:21:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-09T19:23:46.000Z (over 2 years ago)
- Last Synced: 2024-11-19T22:17:58.341Z (2 months ago)
- Topics: socket-io, tailwindcss
- Language: JavaScript
- Homepage: https://chat-cutre-xd.herokuapp.com/
- Size: 405 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# simple chat
## 💬🍃 Un chat simple creado con socket.io y tailwind css### Cómo hacer que funcione?
1. Descarga el repositorio
2. Instala las dependencias con el siguiente comando:
```sh
# Usando yarn
yarn# Usando npm
npm install
```
3. Ejecuta el programa con el siguiente comando:
```sh
node index.js
```Es un pequeño proyecto personal con algunos bugs pero funciona. Siéntete libre de usarlo ;D
*Gátomo - MIT license*