# laravel-swoole-chat **Repository Path**: neilyoz/laravel-swoole-chat ## Basic Information - **Project Name**: laravel-swoole-chat - **Description**: No description available - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 1 - **Created**: 2019-11-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Laravel + Swoole 搭建的一个聊天系统 Swoole WebSocket 启动在 `chat_server` 目录下面 ``` // 启动命令 php Server.php ``` 其他配置基本就是 nginx 配置让 Laravel 可以跑起来就好了。