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

https://github.com/4lessandrodev/webchat

Chat web em tempo real com socket.io
https://github.com/4lessandrodev/webchat

Last synced: 5 months ago
JSON representation

Chat web em tempo real com socket.io

Awesome Lists containing this project

README

          

# Webchat
Esse é um webchat simples, foi criado utilizando a [documentação do SocketIO](https://socket.io/get-started/chat)

# Como usar

## Para vê-lo funcionando acesse: http://alessandrodev.com:21257/

1. Faça o download do repositório
- git clone https://github.com/ALESSANDROLMENEZES/webchat.git
2. Instale as depêndencias
- npm install
3. Inicia o servidor
- npm start

Esse é um wrapper da [documentação do SocketIO](https://socket.io/get-started/chat) mostrando como criar um webchat.