Skip to content

elniallo/tokio-experiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

TOKIO Networking Experiment

Evaluating Tokio for use in the rust implementation of the Hycon-core client

Project Details

  1. Establish Basic Tokio Network using protocol buffers
  2. Confirm compatability with existing network
  3. Evaluate concurrently with cap'n proto experiment

Resources

Used tokio chat example as a reference.

Usage

To run a client:

cargo run server $HOST:$PORT

Testing and Benchmarks(using Criterion) also included via:

cargo test

and

cargo bench

Documentation

About

Prototype Hycon Network Module in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages