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

program subpaths #20

Closed
oberstet opened this issue Mar 5, 2014 · 1 comment
Closed

program subpaths #20

oberstet opened this issue Mar 5, 2014 · 1 comment

Comments

@oberstet
Copy link
Contributor

oberstet commented Mar 5, 2014

{
   "type": "web",
   "endpoint": "tcp:8080",
   "paths": {
      "/": {
         "type": "static",
         "directory": ".."
      },
      "calc": {
         "type": "websocket2stdio",
         "url": "ws://localhost:8080/ws",
         "program": "myprogram --awesome"
      }
   }
}
@oberstet oberstet added this to the 2.0 milestone Nov 2, 2014
@oberstet
Copy link
Contributor Author

oberstet commented Mar 9, 2015

implemented already

@oberstet oberstet closed this as completed Mar 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant