Add basic, not-useful websocket server

This commit is contained in:
Paul Hauner
2019-09-14 10:34:03 -04:00
parent e1f6052d5e
commit 110e627d7b
6 changed files with 101 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ members = [
"beacon_node/rpc",
"beacon_node/version",
"beacon_node/beacon_chain",
"beacon_node/websocket_server",
"tests/ef_tests",
"lcli",
"protos",