Skip to content

Commit 7678af7

Browse files
authored
Add a README.md
1 parent 6cfd98b commit 7678af7

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# PHP-Socket
2+
3+
A PHP basic realtime chat using Ratchet and WebSocket.
4+
5+
## Installation
6+
7+
Clone the repo to your PHP folder : **A PHP server is required**
8+
```
9+
git clone https://github.com/MartDel/PHP-Socket.git
10+
```
11+
12+
Enter into the folder and install librairies :
13+
```
14+
composer install
15+
```
16+
17+
Now just start the PHP script with the following command and open `index.html` in your browser !
18+
```
19+
php server.php
20+
```

0 commit comments

Comments
 (0)