Skip to content

A small demo chat based on Aerys.

Notifications You must be signed in to change notification settings

kelunik/demo-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

demo-chat

Introduction to Aerys WebSockets.

Running

# 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

About

A small demo chat based on Aerys.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published