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

Question... #1

Open
bwmtx opened this issue Mar 13, 2022 · 4 comments
Open

Question... #1

bwmtx opened this issue Mar 13, 2022 · 4 comments

Comments

@bwmtx
Copy link

bwmtx commented Mar 13, 2022

Can lite-http-tunnel be used with multiple clients (sites) behind https reverse proxy?

If so, mind providing an example?

Regards!

@embbnux
Copy link
Collaborator

embbnux commented Mar 13, 2022

hi, @bwmtx currently it only supports a client for a server. It can be an improvement to support multiple clients.
Do you have any suggestions about how to distribute request to client? I have some ideas about path prefix, or cookie

@bwmtx
Copy link
Author

bwmtx commented Mar 13, 2022

Maybe check these out?

https://github.com/localtunnel/server
https://github.com/mhzed/wstunnel

I've used localtunnel before. You can specify a subdomain to use per client, which I like.

I really like your implementation as it uses socket.io as doesn't seem to use deprecated, unmaintained dependencies, which both the above do.

@embbnux
Copy link
Collaborator

embbnux commented Mar 13, 2022

Thanks @bwmtx I will check that

@bwmtx
Copy link
Author

bwmtx commented Mar 13, 2022

@embbnux You're welcome 👍

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

No branches or pull requests

2 participants