https://github.com/jl-olemar/chat-with-socket-backend
backend para un chat con socket y base de datos
https://github.com/jl-olemar/chat-with-socket-backend
express javascript jsonwebtoken mongodb nodejs socket-io
Last synced: 3 months ago
JSON representation
backend para un chat con socket y base de datos
- Host: GitHub
- URL: https://github.com/jl-olemar/chat-with-socket-backend
- Owner: JL-OLEMAR
- Created: 2021-03-24T23:45:00.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-15T06:55:03.000Z (about 5 years ago)
- Last Synced: 2025-02-05T18:41:08.433Z (over 1 year ago)
- Topics: express, javascript, jsonwebtoken, mongodb, nodejs, socket-io
- Language: JavaScript
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Socket Server
Este backend contiene todo lo necesario para configurar un servidor de express + socket.io.
Cualquier conexión adicional de sockets, se puede hacer en el archivo ```models/sockets.js``` y cualquier middleware adicional de express, se puede realizar en el archivo ```models/server.js```