Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gruberb/web-programming-in-rust

Code for the "Web programming in Rust" series and homework answers
https://github.com/gruberb/web-programming-in-rust

rust webapp

Last synced: 22 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://raw.githubusercontent.com/gruberb/web-programming-in-rust/master/assets/webforrust.png)

# 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](https://twitter.com/byteadventures), [Medium](https://medium.com/@gruberbastian) and [dev.to](https://dev.to/gruberb)

1. Intro to web programming in Rust for NodeJS developers ([Medium](https://medium.com/@gruberbastian/intro-to-web-programming-in-rust-for-nodejs-developers-1a9c048c4de1) | [dev.to](https://dev.to/gruberb/intro-to-web-programming-in-rust-for-nodejs-developers-lp))
2. Web Programming in Rust - 2/x: Deploy your first App to Production ([Medium](https://medium.com/@gruberbastian/rust-for-the-web-02-x-deploy-your-first-app-51d1ed69cbe3) | [dev.to](https://dev.to/gruberb/web-programming-in-rust-02x-deploy-your-first-app-1k05))
3. Web Programming in Rust - 3/x: Create a REST API ([Medium](https://medium.com/@gruberbastian/web-development-with-rust-03-x-create-a-rest-api-f3d7e56dc502) | [dev.to](https://dev.to/gruberb/web-development-with-rust-03-x-create-a-rest-api-3i82))
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