File tree 1 file changed +19
-2
lines changed
1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments