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

refactor(core-api): register web service method to accept socket io srv #903

Conversation

petermetz
Copy link
Contributor

Adds a second parameter after the epxress object. The second parameter
is a SocketIO server object which plugins will be able to use to
register their asynchronous/streaming endpoints which do not use
traditional REST nor necessarily HTTP as the transport (think websocket
or SocketIO)

Signed-off-by: Peter Somogyvari peter.somogyvari@accenture.com

Related to #297

@petermetz petermetz added enhancement New feature or request API_Server Core_API Changes related to the Core API Package labels May 3, 2021
@petermetz petermetz self-assigned this May 3, 2021
Adds a second parameter after the epxress object. The second parameter
is a SocketIO server object which plugins will be able to use to
register their asynchronous/streaming endpoints which do not use
traditional REST nor necessarily HTTP as the transport (think websocket
or SocketIO)

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
@petermetz petermetz force-pushed the feat-core-api-socketio-registration branch from 2aaa761 to 7133e2c Compare May 21, 2021 04:43
@petermetz petermetz added this to the v0.6.0 milestone May 21, 2021
@petermetz petermetz merged commit a52f3a9 into hyperledger-cacti:main May 24, 2021
@petermetz petermetz deleted the feat-core-api-socketio-registration branch May 24, 2021 04:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API_Server Core_API Changes related to the Core API Package enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants