All Projects → morozovsk → Websocket

morozovsk / Websocket

simple php websocket server + demos + yii/yii2 integration + php 7 support

Projects that are alternatives of or similar to Websocket

Gowog
Gowog, Golang based Web multiplayer Online Game
Stars: ✭ 75 (-79.34%)
Mutual labels:  game, websocket
Landlord
斗地主
Stars: ✭ 250 (-31.13%)
Mutual labels:  game, websocket
Tap Tap Adventure
Tap Tap Adventure is a massively online 2D MMORPG set in the medieval times with twists.
Stars: ✭ 123 (-66.12%)
Mutual labels:  game, websocket
Cwebsocket
cWebsocket is lightweight websocket server library
Stars: ✭ 241 (-33.61%)
Mutual labels:  websocket, websocket-server
Microwebsrv2
The last Micro Web Server for IoTs (MicroPython) or large servers (CPython), that supports WebSockets, routes, template engine and with really optimized architecture (mem allocations, async I/Os). Ready for ESP32, STM32 on Pyboard, Pycom's chipsets (WiPy, LoPy, ...). Robust, efficient and documented!
Stars: ✭ 295 (-18.73%)
Mutual labels:  websocket, websocket-server
Much Assembly Required
Assembly programming game
Stars: ✭ 869 (+139.39%)
Mutual labels:  game, websocket
Nano
Lightweight, facility, high performance golang based game server framework
Stars: ✭ 1,888 (+420.11%)
Mutual labels:  game, websocket-server
Websocket
WSServer is a fast, configurable, and extendable WebSocket Server for UNIX systems written in C (C11).
Stars: ✭ 144 (-60.33%)
Mutual labels:  websocket, websocket-server
Ws
Simple to use, blazing fast and thoroughly tested WebSocket client and server for Node.js
Stars: ✭ 17,419 (+4698.62%)
Mutual labels:  websocket, websocket-server
Beast
HTTP and WebSocket built on Boost.Asio in C++11
Stars: ✭ 3,241 (+792.84%)
Mutual labels:  websocket, websocket-server
Ws Tcp Relay
A simple relay between WebSocket clients and TCP servers
Stars: ✭ 186 (-48.76%)
Mutual labels:  websocket, websocket-server
Mmorpg
springboot编写的轻量级高性能mmorpg手游服务端框架,基本功能逐渐完善中。
Stars: ✭ 309 (-14.88%)
Mutual labels:  game, websocket
Libhv
🔥 比libevent、libuv更易用的国产网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket client/server.
Stars: ✭ 3,355 (+824.24%)
Mutual labels:  websocket, websocket-server
Fish
golang h5捕鱼游戏
Stars: ✭ 58 (-84.02%)
Mutual labels:  game, websocket
Embedded Jetty Websocket Examples
Embedded Jetty WebSocket Examples
Stars: ✭ 159 (-56.2%)
Mutual labels:  websocket, websocket-server
Toho Like Js
Touhou style danmaku shooter game which runs on your chrome.
Stars: ✭ 127 (-65.01%)
Mutual labels:  game, websocket
Sandstone
PHP microframework designed to build a RestApi working together with a websocket server. Build a real time RestApi!
Stars: ✭ 98 (-73%)
Mutual labels:  websocket, websocket-server
Php Wss
Web-socket server/client with multi-process and parse templates support on server and send/receive options on client
Stars: ✭ 117 (-67.77%)
Mutual labels:  websocket, websocket-server
Socket.io
NodeJS《你画我猜》游戏
Stars: ✭ 255 (-29.75%)
Mutual labels:  game, websocket
Websocketlistener
A lightweight and scalable asynchronous WebSocket listener
Stars: ✭ 295 (-18.73%)
Mutual labels:  websocket, websocket-server

Simple websocket server on php that can handle 100000 connections or more.

"composer require morozovsk/websocket"

This library works, but I will not develop and support it because I will use https://github.com/walkor/Workerman

Also I recomend https://github.com/swoole/swoole-src/

Features:
  • server works with socket_select, pecl/event or pecl/libevent.
  • you can run multiple processes (one master and several workers or microservices architecture).
  • integration with your framework.
Documentation https://github.com/morozovsk/websocket/wiki
Examples https://github.com/morozovsk/websocket-examples
  • chat - simple chat (single daemon)
  • chat2 - chat (master + worker)
  • chat3 - chat (single daemon + script who can send personal message by clientId, userId or PHPSESSID)
  • game - simple real time game
  • game2 - real time game (port of node.js game: https://github.com/amikstrike/wn)

Run from console:

  • start: "php index.php start" or "nohup php index.php start &"
  • stop: "php index.php stop"
  • restart: "php index.php restart" or "nohup php index.php restart &"
yii2-websocket https://github.com/morozovsk/yii2-websocket
How it works (for russian speakers):
Fork for Laravel 4:
License

(The MIT License)

Copyright (c) 2014 Vladimir Goncharov

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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].