Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dracaster/live-chat
Live chat. Developed with ReactJS + MaterialUI + NodeJS + Express + Socket.io
https://github.com/dracaster/live-chat
chat express javascript live-chat nodejs react reactjs socket-io
Last synced: about 2 months ago
JSON representation
Live chat. Developed with ReactJS + MaterialUI + NodeJS + Express + Socket.io
- Host: GitHub
- URL: https://github.com/dracaster/live-chat
- Owner: DraCaster
- Created: 2020-07-09T20:02:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T06:21:14.000Z (about 2 years ago)
- Last Synced: 2023-02-28T19:12:32.786Z (almost 2 years ago)
- Topics: chat, express, javascript, live-chat, nodejs, react, reactjs, socket-io
- Language: JavaScript
- Homepage:
- Size: 458 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# live-chat
_A small chat in real time._Developed with ReactJS + Material UI + NodeJS + Express + Socket io
---
## Instalación 🔧
_Necesitas tener NodeJS para poder correr el proyecto_
### Clona el proyecto
```
git clone https://github.com/DraCaster/live-chat.git
```### Para el servidor
_Accede a la carpeta del servidor_
```
cd server
```
_Instala las dependencias_
```
npm install
```
_Corré el proyecto_
```
npm run dev
```### Para el cliente :busts_in_silhouette:
_Accede a la carpeta del cliente_
```
cd client
```
_Instala las dependencias necesarias_
```
npm install
```
_Corré el proyecto_
```
npm start
```## Construido con 🛠️
* [ReactJS](https://es.reactjs.org)
* [Material UI](https://material-ui.com)
* [NodeJS](https://nodejs.org/en/)
* [Express](https://expressjs.com/es/)
* [Socket IO](https://socket.io)## Versiones 📌
Aun no hay disponible un versionado del código. Pero pronto!
## Si te sirvió, regalame una estrellita 🎁
* Hecho con amor ❤️ por [Lushan](https://github.com/DraCaster)
---