Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/briankarlsayen/chat-app-server
chat-app server see client in https://github.com/briankarlsayen/chat-app-client
https://github.com/briankarlsayen/chat-app-server
expressjs mongodb nodejs socket-io websocket
Last synced: 17 days ago
JSON representation
chat-app server see client in https://github.com/briankarlsayen/chat-app-client
- Host: GitHub
- URL: https://github.com/briankarlsayen/chat-app-server
- Owner: briankarlsayen
- Created: 2023-08-04T08:37:20.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-22T08:23:46.000Z (about 1 year ago)
- Last Synced: 2023-10-23T05:39:46.836Z (about 1 year ago)
- Topics: expressjs, mongodb, nodejs, socket-io, websocket
- Language: TypeScript
- Homepage: https://chat-app-client-topaz.vercel.app
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat app
Welcome to our cutting-edge realtime chat website! Say goodbye to the hassle of message storage on servers – we prioritize your privacy and data security. By utilizing WebSockets technology, we've built an ultra-responsive chat platform that ensures your messages are delivered instantly to your intended recipients.
Here's what you can expect:
- Realtime Communication: Experience seamless conversations in real-time. No more waiting for messages to be sent or received. Enjoy instant, natural interactions with your friends, colleagues, or loved ones.
- No Message Storage: Your privacy matters to us. We don't store any messages on our servers. Once a message is delivered, it's gone. This ensures that your conversations remain confidential, leaving no digital traces behind.
- Effortless Collaboration: Whether it's for work or play, our platform is designed to make collaboration a breeze. Connect with teammates, brainstorm, or simply catch up with friends without worrying about message retention.
- Secure and Private: Our focus on privacy means your conversations are for your eyes only. We've implemented robust security measures to keep your data safe while you enjoy the benefits of real-time chatting.
- User-Friendly Interface: Our website is intuitive and easy to use, so you can dive right into engaging conversations without any technical hurdles.
Join us today and experience the future of realtime chatting – fast, private, and without any message storage concerns. Start communicating effortlessly, the way it should be.
## Technologies used
- Database: mongodb
- Websocket: socket.io
- Nodejs framework: expressjs## Running on local machine
Install dependencies:
```
npm install
```Run app:
```
npm run dev
```see client on https://github.com/briankarlsayen/chat-app-client