{"id":16116701,"url":"https://github.com/dpc/mioecho","last_synced_at":"2026-03-10T20:02:42.096Z","repository":{"id":32218871,"uuid":"35792795","full_name":"dpc/mioecho","owner":"dpc","description":"Rust mio echo server.","archived":false,"fork":false,"pushed_at":"2016-01-05T06:24:17.000Z","size":13,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-05T18:56:55.866Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dpc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-18T02:33:22.000Z","updated_at":"2025-01-16T22:59:09.000Z","dependencies_parsed_at":"2022-08-24T14:23:09.599Z","dependency_job_id":null,"html_url":"https://github.com/dpc/mioecho","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dpc/mioecho","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpc%2Fmioecho","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpc%2Fmioecho/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpc%2Fmioecho/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpc%2Fmioecho/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dpc","download_url":"https://codeload.github.com/dpc/mioecho/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpc%2Fmioecho/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30351760,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T15:55:29.454Z","status":"ssl_error","status_checked_at":"2026-03-10T15:54:58.440Z","response_time":106,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-09T20:25:21.318Z","updated_at":"2026-03-10T20:02:41.956Z","avatar_url":"https://github.com/dpc.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/dpc/mioecho.svg?branch=master)](https://travis-ci.org/dpc/mioecho)\n\n# mioecho\n\n## Introduction\n\n`mioecho` is a simple TCP echo server based on [mio][mio] [rust language][rust] library.\n\nThe idea is to write a basic, but polished and well performing example for evaluation and reference.\n\n[rust]: http://rust-lang.org\n[mio]: https://github.com/carllerche/mio\n\n## Building \u0026 running\n\n    cargo run --release\n\n# Semi-benchmarks\n\nBeware: This is amateurish and probably misleading comparison!\n\nUsing: https://gist.github.com/dpc/8cacd3b6fa5273ffdcce\n\n```\n# mioecho\n% GOMAXPROCS=64 ./tcp_bench  -c=128 -t=10  -a=\"127.0.0.1:5555\"\nBenchmarking: 127.0.0.1:5555\n128 clients, running 26 bytes, 10 sec.\n\nSpeed: 178946 request/sec, 178946 response/sec\nRequests: 1789460\nResponses: 1789460\n\n# server_libev (simple libev based server):\n% GOMAXPROCS=64 ./tcp_bench  -c=128 -t=10  -a=\"127.0.0.1:5000\"\nBenchmarking: 127.0.0.1:3100\n128 clients, running 26 bytes, 10 sec.\n\nSpeed: 210485 request/sec, 210485 response/sec\nRequests: 2104856\nResponses: 2104854\n```\n\nUsing: https://github.com/dpc/benchmark-echo\n\n```\nrust ./mioecho:5555\nThroughput: 148697.85 [reqests/sec], errors: 0\nThroughput: 145282.09 [reqests/sec], errors: 0\nThroughput: 157900.81 [reqests/sec], errors: 0\nThroughput: 155722.21 [reqests/sec], errors: 0\nThroughput: 160203.92 [reqests/sec], errors: 0\n\nc ./server_libev 3100\nThroughput: 192770.52 [reqests/sec], errors: 0\nThroughput: 156105.10 [reqests/sec], errors: 0\nThroughput: 162632.05 [reqests/sec], errors: 0\nThroughput: 179868.05 [reqests/sec], errors: 0\nThroughput: 187706.06 [reqests/sec], errors: 0\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpc%2Fmioecho","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdpc%2Fmioecho","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpc%2Fmioecho/lists"}