-
Notifications
You must be signed in to change notification settings - Fork 34
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
Cluster-Support #413
Comments
You do NOT want to use server reload? If you don't want to use server/live-reload, then there's no need to bother handing your server back. |
Woops, I mean I do want to use it. Typo :) |
Ping @dbashford :) |
Pong! Not going to happen in short order I'm afraid. I'm not going to edit mimosa-server or mimosa-server-reload, which I assume are the important ones. I'd rather create a mimosa-server-cluster that focuses on that issue. Ditto mimosa-server-cluster-reload. Welcome to give that a shot. |
You don't like me 😢 |
Take mimosa-server, remove all the defaultServer stuff (the inside-mimosa hosting), leave the rest, but expect an array back. =) |
I would like to create something like this:
https://github.com/rowanmanning/learning-express-cluster/blob/master/app.js
But sadly mimosa can only handle one server instance. Is it possible to accept multiple servers for the callback?
Edit: I know this is possible by using a custom server, however, I do not want to use all the server-reload and such functionality that come by mimosa modules.
The text was updated successfully, but these errors were encountered: