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

Support websocket connections in notebook-http mode #60

Open
parente opened this issue Jan 5, 2016 · 0 comments
Open

Support websocket connections in notebook-http mode #60

parente opened this issue Jan 5, 2016 · 0 comments

Comments

@parente
Copy link
Contributor

parente commented Jan 5, 2016

Client connects to HTTP endpoint which has been declared as a websocket endpoint in the notebook. Kernel gateway listens for WS connections at that endpoint. Messages received from client to that endpoint cause execution of the cell code backing that endpoint. Response from the cell is pushed back to the client over the Websocket.

Question: What does push from kernel to client look like? Can we do that too?

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