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

proxy web application over dmsg #239

Closed
0pcom opened this issue Nov 19, 2023 · 1 comment
Closed

proxy web application over dmsg #239

0pcom opened this issue Nov 19, 2023 · 1 comment

Comments

@0pcom
Copy link
Collaborator

0pcom commented Nov 19, 2023

a current limitation of dmsg applications is the need for a dmsg client to be written into the application.

what I propose is an application which does the following:

  • listen on a <dmsg-pk>:<port>
  • forward requests received to an application running on localhost:port (or any given ip address)
  • copy responses back over dmsg to the client which made the request

in this way, external applications can be accessed over dmsg without needing to be rewritten to include a dmsg client.

this can be made to use skywire routes via the proxy if a proxy configuration for the dmsg client is allowed / implemented as specified in #233

@0pcom
Copy link
Collaborator Author

0pcom commented Mar 26, 2024

this was implemented in #236

@0pcom 0pcom closed this as completed Mar 26, 2024
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

1 participant