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

RPC API Server #5

Merged
merged 9 commits into from
Nov 30, 2020
Merged

RPC API Server #5

merged 9 commits into from
Nov 30, 2020

Conversation

adzialocha
Copy link
Member

@adzialocha adzialocha commented Nov 28, 2020

  • TaskManager which spawns concurrent tasks and makes sure they are all shut down properly on command
  • WebSocket and HTTP RPC servers via jsonrpc
  • Basic RPC API methods via jsonrpc
  • Exit program on [CTRL] + [C]

@adzialocha adzialocha changed the title Feature: RPC API basics RPC API basics Nov 28, 2020
@adzialocha adzialocha linked an issue Nov 28, 2020 that may be closed by this pull request
@adzialocha adzialocha changed the title RPC API basics RPC API Nov 30, 2020
@adzialocha adzialocha changed the title RPC API RPC API Server Nov 30, 2020
@adzialocha adzialocha merged commit 243b773 into main Nov 30, 2020
@adzialocha adzialocha deleted the rpc-servers branch November 30, 2020 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HTTP and WebSocket RPC Server with graceful shutdown
1 participant