Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eloy0133/real-time-chat
Real time chat application made with Node.js, Socket.io and a Turso database.
https://github.com/eloy0133/real-time-chat
bcrypt express javascript morgan nodejs socket-io turso-db
Last synced: 4 days ago
JSON representation
Real time chat application made with Node.js, Socket.io and a Turso database.
- Host: GitHub
- URL: https://github.com/eloy0133/real-time-chat
- Owner: eloy0133
- Created: 2024-09-10T10:57:39.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T01:22:59.000Z (3 months ago)
- Last Synced: 2024-11-07T13:52:26.402Z (about 2 months ago)
- Topics: bcrypt, express, javascript, morgan, nodejs, socket-io, turso-db
- Language: JavaScript
- Homepage:
- Size: 3.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TO START USING THE APP:
1- You will need to create a free database from turso. https://turso.tech/
2- Create a token of the database and place it on /server/index.js (line 14).
3- npm install
4- npm run dev