All Projects → walkor → Workerman Chat

walkor / Workerman Chat

Licence: mit
Websocket chat room written in PHP based on workerman.

Projects that are alternatives of or similar to Workerman Chat

Gochat
goim server write by golang !🚀
Stars: ✭ 1,144 (+15.79%)
Mutual labels:  chatroom, chat, websocket
Go Space Chat
【孤单Lonely】基于Golang/WebSocket/Canvas/Protobuf 的聊天室
Stars: ✭ 228 (-76.92%)
Mutual labels:  chatroom, chat, websocket
Socket.io
NodeJS《你画我猜》游戏
Stars: ✭ 255 (-74.19%)
Mutual labels:  chat, websocket
Vue Advanced Chat
A beautiful chat rooms component made with Vue.js - compatible with Vue, React & Angular
Stars: ✭ 351 (-64.47%)
Mutual labels:  chatroom, chat
Fiora
An interesting open source chat application. Developed with node.js, mongoDB, socket.io and react
Stars: ✭ 4,920 (+397.98%)
Mutual labels:  chatroom, chat
Charroom
PHP + Swoole 聊天室
Stars: ✭ 125 (-87.35%)
Mutual labels:  chatroom, websocket
chatRoom
从零开始实现一个聊天室客户端(用qt实现,在Windows和Linux环境下都行),和在Linux下实现服务器后台
Stars: ✭ 146 (-85.22%)
Mutual labels:  chat, chatroom
Happychat
基于Netty实现的WebSocket聊天室,支持几万人同时在线聊天
Stars: ✭ 445 (-54.96%)
Mutual labels:  chatroom, websocket
Lawsroom
Group video chat on your browser. [No plugin required]
Stars: ✭ 87 (-91.19%)
Mutual labels:  chatroom, chat
Websocket Chat
Websocket based group chat app built with socket.io and react.
Stars: ✭ 689 (-30.26%)
Mutual labels:  chat, websocket
Node Chat
💬 Chat application built with NodeJS and Material Design
Stars: ✭ 646 (-34.62%)
Mutual labels:  chat, websocket
Briefing
Secure direct video group chat
Stars: ✭ 710 (-28.14%)
Mutual labels:  chat, websocket
Swoole Tadpole
tadpole chatroom (maybe spermium) powered by swoole and slim framework
Stars: ✭ 116 (-88.26%)
Mutual labels:  chatroom, websocket
Chat Room
使用GO+Vue构建的聊天室网站
Stars: ✭ 113 (-88.56%)
Mutual labels:  chatroom, websocket
Syntaxmeets
Syntaxmeets. Create rooms 🏠 Call your friends 👬🏼 Sip Chai, ☕ Chat, Create, and Code👨‍💻. A coding platform to code simultaneously 🚀 with your friends and design your algorithms on SyntaxPad.💫✨
Stars: ✭ 110 (-88.87%)
Mutual labels:  chatroom, chat
Echoplexus
Socket.io powered chat, JavaScript REPL, whiteboard, and WebRTC calls
Stars: ✭ 392 (-60.32%)
Mutual labels:  chatroom, chat
Angular Chat
(IM App)Chat App built using Angular and Socket.io
Stars: ✭ 12 (-98.79%)
Mutual labels:  chat, websocket
Chat Room
一个普通的聊天室
Stars: ✭ 85 (-91.4%)
Mutual labels:  chatroom, websocket
Darkwire.io
End-to-end encrypted instant web chat
Stars: ✭ 594 (-39.88%)
Mutual labels:  chatroom, chat
Spring Boot Websocket Chat Demo
Spring Boot WebSocket Chat Demo with SockJS fallback and STOMP protocol
Stars: ✭ 726 (-26.52%)
Mutual labels:  chat, websocket

workerman-chat

基于workerman的GatewayWorker框架开发的一款高性能支持分布式部署的聊天室系统。

GatewayWorker框架文档:http://www.workerman.net/gatewaydoc/

特性

  • 使用websocket协议
  • 多浏览器支持(浏览器支持html5或者flash任意一种即可)
  • 多房间支持
  • 私聊支持
  • 掉线自动重连
  • 微博图片自动解析
  • 聊天内容支持微博表情
  • 支持多服务器部署
  • 业务逻辑全部在一个文件中,快速入门可以参考这个文件Applications/Chat/Event.php

下载安装

1、git clone https://github.com/walkor/workerman-chat

2、composer install

启动停止(Linux系统)

以debug方式启动
php start.php start

以daemon方式启动
php start.php start -d

启动(windows系统)

双击start_for_win.bat

注意:
windows系统下无法使用 stop reload status 等命令
如果无法打开页面请尝试关闭服务器防火墙

测试

浏览器访问 http://服务器ip或域:55151,例如http://127.0.0.1:55151

更多请访问www.workerman.net

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].