web-programming-in-rust icon indicating copy to clipboard operation
web-programming-in-rust copied to clipboard

Code for the "Web programming in Rust" series and homework answers

THIS BLOG SERIES GOT MADE INTO A BOOK (https://www.manning.com/books/rust-web-development) and the code for the book, which covers most of the written and planned posts, can be found here: https://github.com/Rust-Web-Development/code.

Rust for the web

Web programming in Rust

This Repo contains links to the article series "Web Programming in Rust" plus the code which is talked about. Feel free to share the code and tinker with it. If you have questions or want to stay up-to-date: Twitter, Medium and dev.to

  1. Intro to web programming in Rust for NodeJS developers (Medium | dev.to)
  2. Web Programming in Rust - 2/x: Deploy your first App to Production (Medium | dev.to)
  3. Web Programming in Rust - 3/x: Create a REST API (Medium | dev.to)
  4. Web Programming in Rust - 4/x: Plug In Your Database
  5. Web Programming in Rust - 5/x: Generate and serve HTML templates
  6. Web Programming in Rust - 6/x: GitHub OAuth Flow