Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Client/Server example

Usage

In the repository root run the following:

make generate

Then enter the example directory:

cd example

Launch the server:

php -S 127.0.0.1:8080 server.php

Then launch the client in a different shell:

php client.php http://localhost:8080

For reference implementations in Go check the original repository.