- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
$loop = React\EventLoop\Factory::create();
$server = new React\Http\Server(function (Psr\Http\Message\ServerRequestInterface $request) {
return new React\Http\Response(
200,
array('Content-Type' => 'text/plain'),
"Hello World!\n"
);
});
$socket = new React\Socket\Server(8080, $loop);
$server->listen($socket);
echo "Server running at http://127.0.0.1:8080\n";
$loop->run();
BoeHHblu_nemyx 16.07.2019 01:09 # +3
guest8 16.07.2019 23:03 # −999
Steve_Brown 17.07.2019 09:36 # +1
3EHuTHblu_nemyx 07.08.2021 11:07 # 0
OCETuHCKuu_nemyx 07.08.2021 11:08 # 0
bormand 07.08.2021 11:11 # 0
И что характерно, именно это и даёт коду на "PHP" чистоту и масштабируемость.
3EHuTHblu_nemyx 07.08.2021 11:51 # 0
guest8 17.07.2019 22:00 # −999
guest8 18.07.2019 23:53 # −999
guest8 18.07.2019 23:55 # −999
guest8 18.07.2019 23:55 # −999
solnze_dar 19.07.2019 10:54 # 0
MAuCKuu_nemyx 01.05.2020 00:05 # 0
Popierdolony_pies 01.05.2020 00:08 # 0
MAuCKuu_nemyx 01.05.2020 00:10 # 0
KOPOHABuPYC 01.05.2020 01:41 # 0
Popierdolony_pies 01.05.2020 00:09 # 0
OCETuHCKuu_nemyx 07.08.2021 11:04 # 0