Skip to content

Commit c143101

Browse files
committed
update readme
1 parent 2402040 commit c143101

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

README.md

+19-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,19 @@
1-
# open-chat-server
2-
Server for the open chat app
1+
# Open Chat
2+
3+
Open source chat service.
4+
5+
Below are the components of the service:
6+
7+
1. **Open Chat Server** - Backend for the service
8+
2. **Open Chat Web App** - Web app for the service
9+
3. **Open Chat Mobile App** - Mobile app for the service
10+
11+
Each components will be available in it's own repository to keep the services decoupled, making it easier to manage and maintain.
12+
13+
## Open Chat Server
14+
15+
The Open Chat Server serves as the backbone of our open-source chat service. It provides the following features:
16+
17+
- **Node.js Backend**: Developed using JavaScript with the Node.js framework, ensuring high performance and efficiency.
18+
- **MongoDB Database**: Utilizes MongoDB as the database to store chat data efficiently.
19+
- **APIs**: Offers well-defined APIs for seamless integration with the front-end applications.

0 commit comments

Comments
 (0)