There is this rather new programming language from Mozilla called Rust. Its in development for over a two years and it is finally getting to some stable point and not changing every night or so. The language has many interesting features and concepts for safe concurrency and high performance worthy exploring. Thanks to my subtle desire to recover some long lost web programming skills I want to test how will Rust do as a, albeit very limited, web framework.
So my objectives are: (1) get familiar with Rust (2) get familiar with Cargo (Rust package manager) (3) implement something trivial (4) implement light weight web application framework just to see how it turns out (5) discuss results and compare to some other frameworks (e.g. Flask, Mojolicious)
No Hackers yet
Looking for hackers with the skills:
This project is part of:
Hack Week 11 Hack Week 12
Activity
Comments
Similar Projects
Kanidm: A safe and modern IDM system by firstyear
Kanidm is an IDM system written in Rust for mod...