Kevin Larrabee

A collection of 1 post

Create a Rust web service, from zero to cloud
Platforms

Create a Rust web service, from zero to cloud

This tutorial will describe how to... install Rust, create a new project and manage dependencies, Set up a simple web server, and compile the app and deploy to a virtual server. I'll be working on Ubuntu 20.04 but most of the setup should be the same on macOS or a different flavor of Linux.

Kevin Larrabee9 min read
Keep Reading