bruse / mob

Accumulating echo server using Rust's mio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mob

A multi-echo server written in Rust using the mio async-io library.

Build Status

Install

Run cargo build to build both mob-server and mob-client.

Client

The client is just a very simple way to send a bunch of messages to the server.

Logging

I use the env_logger create. Logging can be turned on for mob-server with RUST_LOG=mob_server ./target/debug/mob-server. If you want to see the log output from mio as well, you can do RUST_LOG=mob_server,mio ./target/debug/mob-server.

About

Accumulating echo server using Rust's mio


Languages

Language:Rust 100.0%