ReactPHPPHP 版的 Node.js
React (Node.PHP) 是一個 PHP 開發(fā)的平臺,用于構(gòu)建快速、可伸縮的網(wǎng)絡(luò)應(yīng)用,可用于事件驅(qū)動的、無堵塞的 I/O 模型,特點是輕量級而且高效率,特別適合用于數(shù)據(jù)敏感的實時應(yīng)用交互。
示例代碼:
require 'vendor/autoload.php';
$stack = new React\Espresso\Stack(function ($request, $response) {
$response->writeHead(200, array('Content-Type' => 'text/plain'));
$response->end("Hello World\n");
});
echo "Server running at http://127.0.0.1:1337\n";
$stack->listen(1337);
運行方法:
% php example.php Server running at http://127.0.0.1:1337
評論
圖片
表情
