{"id":64104,"library":"deno-net","title":"Deno Net","description":"Networking module for the Deno runtime.","status":"active","version":"0.231.0","language":"rust","source_language":null,"source_url":"https://github.com/denoland/deno","tags":["networking","deno","tcp","async"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ndeno_net = \"0.231.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add deno_net","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"TcpListener","correct":"use deno_net::net::TcpListener;"}],"quickstart":{"code":"use deno_net::net::TcpListener;\n\nfn main() {\n    let listener = TcpListener::bind(\"127.0.0.1:8080\").unwrap();\n    println!(\"Listening on port 8080\");\n}","lang":"rust","description":"Binds a TCP listener to a local address."},"warnings":[],"env_vars":null,"search_vec":"'async':12 'deno':1,7,10 'modul':4 'net':2 'network':3,9 'runtim':8 'tcp':11","created_at":"2026-06-17T16:52:02.745491+00:00","updated_at":"2026-06-17T16:52:02.745491+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/denoland/deno","github":"https://github.com/denoland/deno","docs":"https://docs.rs/deno_net/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}