# webchat **Repository Path**: ykym/webchat ## Basic Information - **Project Name**: webchat - **Description**: web聊天的PHP/Python/Go/Java版本实现 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-25 - **Last Updated**: 2021-10-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # webchat 概述: web聊天,支持多人同时聊天(广播), 两人私聊(单播) 实现:后端用N种语言实现,实际运行,任选其一 协议:websocket 数据格式:json # N种实现 1. PHP cd webchat_path/php_chat php -S 127.0.0.1:8000 chat.html php index.php 浏览器访问:http://127.0.0.1:8000 2. Go cd webchat_path/go_chat go run server.go 浏览器访问:http://127.0.0.1:12345 3. php-workerman cd webchat_path/go_chat php index.php php http_server.php 浏览器访问:http://127.0.0.1:8000 4. Python cd webchat_path/go_chat python server.py 浏览器访问:http://127.0.0.1:12345