Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mateusdeitos/websockets
- Owner: mateusdeitos
- Created: 2022-09-20T21:39:58.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-20T21:40:01.000Z (over 2 years ago)
- Last Synced: 2024-11-09T20:28:21.341Z (3 months 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)