amarjanica / actix-ping-pong-example

Actix ping pong server with mock actor example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Actix Example

Example shows a simple ping/pong http server using actix framework. Tests contain actor unit test for web route handler.

More explanation in this blogpost

Running the app

cargo run

Check http://localhost:8080/ping url.

Testing the app

cargo test

About

Actix ping pong server with mock actor example


Languages

Language:Rust 100.0%