Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for server behaviors #114

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Conversation

na2axl
Copy link

@na2axl na2axl commented Mar 26, 2017

Hi !
I've made a modification to Alchemy, allowing users to define the behavior of the server according to the route used by the client, so the server can handle specific events for the given route. For example, a client A connect to the server with the route /chat and the OnConnected event echo the message Welcome to the chat service!, but when the client B connect to the server with the route /admin the OnConnected event echo the message Admin access granted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant