mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-21 02:33:23 +00:00
6 lines
82 B
Rust
6 lines
82 B
Rust
extern crate quinn;
|
|
|
|
fn main() {
|
|
quinn::Server::new("0.0.0.0", 4433).run();
|
|
}
|