-
Notifications
You must be signed in to change notification settings - Fork 0
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
More exact description #4
Comments
And don't get me wrong, I think this is super awesome. I'm so excited to see so many people building these types of proxies, especially with greenlock. I just happen to know 'thar be dragons'. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I understand at a high level what this means, but I'm not clear on how Hohenheim solves the problem from the README alone.
Does this allow you to do static virtual hosting and point arbitrary domain + pathname combination to arbitrary ports on localhost?
If so, how do I configure it? Is it the admin interface only? Or can I use a config file?
Also, why is this built in node? I myself am building some in node (Goldilocks, Telebit, ppl) and I can tell you that for most use cases node is a bad idea (go or rust would be much better due to issues with node's lower-level networking stack, especially the tls decryption time). Is it just so it's cross-platform? Or are there node-specific hooks? Or is it just for fun because everything that can be built in JavaScript will be built in JavaScript? Or to appeal to the community?
(The reason I'm building mine, for which I built greenlock in the first place, is to be portable across home devices, IoT, and desktop-class devices, with a single codebase that supports the JS community.)
The text was updated successfully, but these errors were encountered: