Skip to content

Isvane/webby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webby

This is a simple project I’m using to get my hands dirty with Axum, a web framework for the Rust programming language.

What is this?

It’s a sandbox. There is no grand master plan or end product in mind here.

I'm currently exploring how to:

  • Route different web requests.
  • Handle user data (like names and emails).
  • Work with "nested" paths (organizing different parts of the site).
  • Manage basic responses, like simple text or data-heavy lists.

Why am i doing this?

To learn! Rust can be a bit of a mountain to climb, and Axum is one of the most popular ways to build web servers with it. I’m just seeing "where it goes", poking the code, seeing what breaks, and figuring out how it all fits together.

Getting started

# The server will start at http://localhost:3000.
cargo run

About

Going to hell for this backend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages