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: about 2 months ago
JSON representation
Simple experiment using socket.io and vanillaJS to create a realtime chat app
- Host: GitHub
- URL: https://github.com/mateusdeitos/websockets
- Owner: mateusdeitos
- Created: 2022-09-20T21:39:58.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-20T21:40:01.000Z (almost 4 years ago)
- Last Synced: 2025-06-11T03:38:55.970Z (about 1 year ago)
- Topics: socket-io, vanilla-js
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.MD
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)