KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
demo-chat
★ 20
Open GitHub ↗
A small demo chat based on Aerys.
Download README (.md)
Explore Similar Repositories
compat-cli
:
ECMAScript 5/6/7 compatibility command line tool
Blacklist-By-Words
:
Chrome extension to hide Facebook posts containing specific keywords.
iOS_Develop
:
该文档都是日常开发过程中解决问题的经验总结。
blog
:
Source for Jermolene blog
popWindow
:
触屏弹窗组件
// 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
demo-chat
?
Download (.md)
# demo-chat Introduction to Aerys WebSockets. ## Running ```bash # Install dependencies. composer install # Run Aerys in debug mode. # Debug mode ensures we're only using a single worker. Otherwise we might end # up with two websocket clients connecting to two different workers. # Later you would replace the current broadcasting with something like Redis, so # you can have as many workers as you'd like. vendor/bin/aerys -c aerys.php -d ```