-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Custom server #737
Comments
No docs for it but check out
its used in the sails/lib/express/index.js
Im pretty sure you could hook things together in a config file (such an awesome concept) |
Yeah, already seen that. This only allows for further configuration of the standard http and https modules. That's why I submitted #739, which enables you to supply your own server (see the PR description). |
We'd be willing to accept a pull request to core HTTP hook to add speedy support, if it didn't break anything... |
@silvinci I'm down to see SPDY in the default http hook impl. as well. If you have time to rebase your pull request for v0.10, I'll merge it in a heartbeat. Same thing applies for you, the person reading this who really wants SPDY support :) Moving to feature requests milestone, and closing in favor of reopening @silvinci's PR |
Is it currently possible, to pass sails a custom server? I need this functionality for several reasons (Cluster, SPDY, Proxy, etc.). I thougt about something similiar to this.
I'd also be happy with doing it in
config/local.js
. In fact, I'd prefer this way. :)btw, I couldn't find any documentation on the options used for
require("sails").lift(opts);
.The text was updated successfully, but these errors were encountered: