Skip to content

spacekookie/rust-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust workshop

This workshop is aimed at beginners of the Rust programming language who however have experience in other languages. We will build a multithreaded webserver.

Setup Rust and an empty Hello World project

Listen to incoming requests, handling them one at a time

Adding some simple multithreading into the equation

Using a threadpool for more resource efficient concurrency

About

Creating a toy webserver (and trying to break it)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages