KO
|
EN
gitlite — search
Search
#python
#linux
#hacktoberfest
#machine-learning
#react
#cybersecurity
#java
#windows
#llm
#mac
#security
#cpp
websocket-examples
★ 37
Open GitHub ↗
php websocket examples + demos
Download README (.md)
Explore Similar Repositories
processmaker
:
GLPI plugin that provides an interface with ProcessMaker (http://www.processmaker.com/)
ClickCountOfButton
:
没有侵入性统计整个APP每个按钮的点击次数
autoresp
:
Runs Responder, uploads hashes for cracking, alerts when cracked
del_ad_chrome_ext
:
一款简易的chrome拓展程序,可清除页面中的广告。
analyticstool
:
함수산책 - 캐글뽀개기 스터디 자료 보관소
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
websocket-examples
?
Download (.md)
Examples for simple websocket server on php https://github.com/morozovsk/websocket. "composer require morozovsk/websocket-examples" Examples directory: * chat - simple chat (single daemon) * chat2 - chat (master + worker) * chat3 - chat (single daemon + script who can send personal message by clientId, userId or PHPSESSID) * yii - sample of use yii with websockets: Yii::app()->websocket->send('Hello world'); * game - simple game * game2 - 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 &" ###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.