Skip to content

Latest commit

 

History

History

3.1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

A Web Service in Rust Using hyper

In this lab, we will create a basic web service using Rust and the hyper library. Our service will listen on an HTTP port and respond with "Hello, World!" when accessed.

All applications that are used throughout the entire course are listed under Installs.

How complete the lab:

  1. Naviagte to the hyper-server folder: cd hyper-server
  2. Run the application using cargo: cargo run

Done!