You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.
I'm not sure if this concerns dcell or reel, but I'd like to provide DCell Explorer web views under a certain namespace from my main rack app (using rack map for it). From what I've seen is the explorer not a rack app, but a reel server, which is by default not a rack app. But I've seen also that there is the reel-rack extension. How can I use this approach to expose the DCell::Explorer server an a map endpoint? An example of what I want to do:
How exactly? The way I saw it, the DCell::Explorer is a a Reel::Server which takes directly a hostname and port. How could I pass the class to the rack app as in other implementations? Or by reimplementing, you meant I have to rewrite it/inherit from it and provide my own explorer so that it can become a rack app?
Sorry about this, maybe this should not be a dcell issue. Should I move this to reel-rack or google group?
I'm not sure if this concerns dcell or reel, but I'd like to provide DCell Explorer web views under a certain namespace from my main rack app (using rack map for it). From what I've seen is the explorer not a rack app, but a reel server, which is by default not a rack app. But I've seen also that there is the reel-rack extension. How can I use this approach to expose the DCell::Explorer server an a map endpoint? An example of what I want to do:
The text was updated successfully, but these errors were encountered: