Skip to content

borissvoboda/rust-web-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. Download and install Rust

2. Create a new Rust project

RUN > cargo new rust_web_server This will create a new folder and the project inside.

RUN > cd rust_web_server

3. Create a basic TCP listener

TCP listener listens on a specific port for INCOMING connections.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published