Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mateusdeitos/websockets

Simple experiment using socket.io and vanillaJS to create a realtime chat app
https://github.com/mateusdeitos/websockets

socket-io vanilla-js

Last synced: 29 days ago
JSON representation

Simple experiment using socket.io and vanillaJS to create a realtime chat app

Awesome Lists containing this project

README

        

# Intro
Aplicação simples de chat usando websockets com a lib socket.io

# Como rodar
- cd backend
- yarn start / npm run start

# Frontend
- Abrir o arquivo index.html no navegador (pode usar a extensão live server do vscode para facilitar isso)