WebSockets server for signer

This commit is contained in:
Tomasz Drwięga
2016-05-27 13:03:00 +02:00
parent 945ebcbf9b
commit b77fdcdd68
12 changed files with 275 additions and 10 deletions

View File

@@ -34,9 +34,9 @@
//! let io = IoHandler::new();
//! io.add_method("say_hello", SayHello);
//! let _server = Server::start_unsecure_http(
//! &"127.0.0.1:3030".parse().unwrap(),
//! Arc::new(io)
//! );
//! &"127.0.0.1:3030".parse().unwrap(),
//! Arc::new(io)
//! );
//! }
//! ```
//!