Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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