Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fedeperin/socket-chat

Un chat con socket.io y express
https://github.com/fedeperin/socket-chat

chat chat-apilcacion chat-aplication chatapp express heroku heroku-deployment node node-js nodejs socket socket-chat socket-chatapp socket-io web-sockets

Last synced: 25 days ago
JSON representation

Un chat con socket.io y express

Awesome Lists containing this project

README

        

# Chat socket io
Chat hecho con Node js y como dependencias utiliza solamente socket.io, express y fs-extra

Está alojado en Heroku como https://fedeperin-socket-chat.herokuapp.com/


Descargar Node js: https://nodejs.org/

Página web con documentación de Socket io: https://socket.io/

Heroku: https://heroku.com

## Iniciar aplicación
Primero ejecutar el siguiente comando por terminal para instalar las dependencias `npm i express socket.io fs-extra`

Después, para iniciar la aplicaión ejecutar `node server.js`