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

Subpath hierachies #10

Closed
oberstet opened this issue Mar 4, 2014 · 0 comments · Fixed by #174
Closed

Subpath hierachies #10

oberstet opened this issue Mar 4, 2014 · 0 comments · Fixed by #174

Comments

@oberstet
Copy link
Contributor

oberstet commented Mar 4, 2014

Currently, Web transport path configuration cannot nest paths.

We could have a new subpath type path, which can serve as parent to other services:

{
   "type": "web",
   "endpoint": "tcp:8080",
   "paths": {
      "/": {
         "type": "static",
         "directory": ".."
      },
      "wamp": {
         "type": "path",
         "paths": {
            "ws": {
               "type": "websocket",
               "url": "ws://localhost:8080/ws"
            },
            "lp": {
               "type": "longpoll",
               "url": "ws://localhost:8080/ws"
            }
         }
      }
   }
}
@oberstet oberstet added this to the 2.0 milestone Oct 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant