Skip to content

Commit 63059e6

Browse files
committed
first commit
1 parent 85b7fcb commit 63059e6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+8690
-8670
lines changed

.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
DB_URL=mongodb://Kapil:CaTFu0wt1ixEQWq2@cluster0-shard-00-00.4hbwh.mongodb.net:27017,cluster0-shard-00-01.4hbwh.mongodb.net:27017,cluster0-shard-00-02.4hbwh.mongodb.net:27017/webchat?ssl=true&replicaSet=atlas-xvihsf-shard-0&authSource=admin&retryWrites=true&w=majority
1+
DB_URL=mongodb://Kapil:CaTFu0wt1ixEQWq2@cluster0-shard-00-00.4hbwh.mongodb.net:27017,cluster0-shard-00-01.4hbwh.mongodb.net:27017,cluster0-shard-00-02.4hbwh.mongodb.net:27017/webchat?ssl=true&replicaSet=atlas-xvihsf-shard-0&authSource=admin&retryWrites=true&w=majority
22
secret=thisisasecret

README.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
# WebChat
3+
Web Chatting Application
4+
5+
This is a full stack web chatting application created using socket.io. It allows users to create a room and then connect to that room and more than one user can connect to that room using a room id to do chatting at once. It provides user authentication, authorization.
6+
7+
8+
## Tech Stack
9+
10+
**Client:** Html, Css, JavaScript
11+
12+
**Backend:** ejs, node.js, express.js, mongodb, socket.io
13+
14+
15+
16+
## Authors
17+
18+
- [@KAPIL9027](https://github.com/KAPIL9027)
19+
20+

0 commit comments

Comments
 (0)