We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cfd98b commit 7678af7Copy full SHA for 7678af7
README.md
@@ -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