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 and Medium
- Intro to web programming in Rust for NodeJS developers
- Web Programming in Rust - 2/x: Deploy your first App to Production
- Web Programming in Rust - 3/x: POST, GET, PUT, DELETE
- Web Programming in Rust - 4/x: Plug In Your Database
- Web Programming in Rust - 5/x: Generate and serve HTML templates
- Web Programming in Rust - 6/x: GitHub OAuth Flow
- Web Programming in Rust - 7/x: Testing
- Web Programming in Rust - 8/x: Logging