Skip to content

Chat application example using PHP websocket Ratchet.

Notifications You must be signed in to change notification settings

deprie2324/php-websocket-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Websocket Example

This a chat application example using php websocket Ratchet.

Usage

Step 1:

Run following command on terminal to download all php dependencies.

composer install

Step 2:

Run following command on terminal.

php server.php

Step 3:

Everything is done. Now open this url on your favorite browser.

http://example.test/index.html

About

Chat application example using PHP websocket Ratchet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 59.1%
  • PHP 40.9%