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

Multiple applications on the same server - single websocket server? #47

Closed
MuddyPaw opened this issue Jul 24, 2015 · 2 comments
Closed

Comments

@MuddyPaw
Copy link

Hi, I have a multiple applications that would run pretty much the same code base on the same server. Is there a way to avoid launching a websocket server for each one? Having them on separate channels would not be a solution since the server would not be able to match the other routes.

@jjsaunier
Copy link
Contributor

Actualy there is no router to dispatch application, this will be implemented on the next version :)

@jjsaunier jjsaunier mentioned this issue Aug 3, 2015
7 tasks
@jjsaunier
Copy link
Contributor

After deep look into this feature, I will not do it because that break all side feature and imply a lot of overhead to restore them. Sorry :(

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

No branches or pull requests

2 participants