Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.
/ web-bones-rs Public archive

Bare bones web application in rust.

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

danw8/web-bones-rs

Repository files navigation

web-bones-rs

This is a repository to get you started with web development in pure rust.

Setup

Follow the Setup.md file. This document helps you setup a environment and tools to get you started with rust development. This is geared toward windows developers. Linux users should have a easier time setting things up, but could still follow the parts that may be relevant.

Purpose

This repository is meant to be helpful in figuring out how different libraries in the rust ecosystem that can be used to build web applications in rust. Some of the libraries this repository uses are:

  1. Rocket
  2. Deisel
  3. Yew

Server Side

This server is built on top of the Rocket web framework with Diesel ORM connected to Postgres as the data layer. Maud is used as a type safe templating engine.

Client Side (WIP)

This client is built with Yew a rust to wasm front end library.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

Bare bones web application in rust.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published