https://github.com/corrode/rust-vs-go-workshop
Sample code for Shuttle's Rust vs Go article
https://github.com/corrode/rust-vs-go-workshop
go rust webservice
Last synced: about 1 year ago
JSON representation
Sample code for Shuttle's Rust vs Go article
- Host: GitHub
- URL: https://github.com/corrode/rust-vs-go-workshop
- Owner: corrode
- Created: 2023-09-09T16:55:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T06:45:44.000Z (almost 2 years ago)
- Last Synced: 2025-04-15T22:57:55.982Z (about 1 year ago)
- Topics: go, rust, webservice
- Language: Rust
- Homepage: https://www.shuttle.rs/blog/2023/09/27/rust-vs-go-comparison
- Size: 3.88 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust Vs Go: A Hands-On Comparison
Sample code for [this article about writinga webservice in Rust and Go](https://www.shuttle.rs/blog/2023/09/27/rust-vs-go-comparison) on the Shuttle blog.
For a workshop on how to build the Rust web app yourself using the instructions from this article, check out [write-yourself-a-web-app](https://github.com/corrode/write-yourself-a-web-app).