Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Sample Chat App

I made a simple chat app writen in `express` and `socket.io`

# Installation

Click on the `code` button, then click on the `Download ZIP`
<br>
Extract the folder
<br>
Open CMD or Terminal Of Your Choice
<br>
Type the following commands **in the project folder**
<br>
```
$ npm install
$ node express.js
```