We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think it would be nice if we can have an API that controls the simulation server.
use case: In WebViewer we want to simulate the current run, stop, step buttons of the kernel and to connect WebViewer to the kernel.
possible solution: preparing a port dedicated to web API and WebSocket in the kernel.
the run, stop and step can be done using a simple web API query. the web viewer can be connected using WebSocket.
The text was updated successfully, but these errors were encountered:
@armanaxh I think that you have a good background around this. Do you have any suggestions about the use of libraries or anything around this?
Sorry, something went wrong.
No branches or pull requests
I think it would be nice if we can have an API that controls the simulation server.
use case:
In WebViewer we want to simulate the current run, stop, step buttons of the kernel and to connect WebViewer to the kernel.
possible solution:
preparing a port dedicated to web API and WebSocket in the kernel.
the run, stop and step can be done using a simple web API query.
the web viewer can be connected using WebSocket.
The text was updated successfully, but these errors were encountered: