RESTful API with Rust: Build a Game Map Server
Key Takeaways
Builds a Game Map Server using RESTful API with Rust
Original Description
Do you know that according to surveys, Rust is one of the most admired computer programming languages for 8 years in a row? Rust is a language that is prized for its performance, memory safety, and concurrency, making it ideal for today’s cloud-based computing world. It is used by major technology and gaming companies such as Microsoft and Discord.
In this 1-hour long project-based course, you will hone your web development skill with and get a taste of game development with Rust. We will do this by building a RESTful HTTP server that provides flight map data for client applications to display the map.
This course is aimed at learners who know the fundamentals including data types, variables, ownership, functions, macros, Cargo build system. Knowledge of REST API, TCP and HTTP are helpful but are optional. If your knowledge of Rust is limited, taking the guided project "Fundamentals with Rust: Build a CLI Distance Calculator" first is highly recommended.
Watch on External: Coursera ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
More on: API Design
View skill →Related Reads
📰
📰
📰
📰
TCP vs UDP, Explained — Part 1: Building a TCP Server in C++
Medium · Programming
The Session ID That Wouldn't Stop Changing
Dev.to · Michał Iżewski
Stop Data Leaks: Tenant Scopes in Laravel 🛡️
Dev.to · Prajapati Paresh
Base64 Encoding in JavaScript: A Practical Guide with Real Examples
Dev.to · jiebang-tools
🎓
Tutor Explanation
DeepCamp AI