skycoin / dmsg

dmsg
7 stars 17 forks source link

proxy web application over dmsg #239

Closed 0pcom closed 8 months ago

0pcom commented 1 year ago

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:

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 https://github.com/skycoin/dmsg/issues/233

0pcom commented 8 months ago

this was implemented in #236