mirror of
https://github.com/danog/amp.git
synced 2024-11-27 04:24:42 +01:00
4092730b74
echo server example (run in terminal): - start the service php 007_broadcast_server.php - Connect to 127.0.0.1 at port 1337 from various terminals; nc 127.0.0.1 1337 - Type in anything and press ENTER; Reactor will asyncronously read from client and broadcast to others. |
||
---|---|---|
.. | ||
001_basic_run_func.php | ||
002_basic_run_obj.php | ||
003_scheduling_func.php | ||
004_scheduling_obj.php | ||
005_tcp_server_obj.php | ||
006_libuv_signal_handling.php | ||
007_broadcast_server.php |