#web-framework #web #variant #hyper #light-weight #plugin #api

writium

Light-weight plug-in web framework for all variants of Hyper

2 releases

Uses old Rust 2015

0.1.1 Mar 14, 2018
0.1.0 Dec 30, 2017

#59 in #light-weight

Download history 5/week @ 2024-02-18 26/week @ 2024-02-25 3/week @ 2024-03-03 1/week @ 2024-03-10 54/week @ 2024-03-31

56 downloads per month
Used in 3 crates

MIT license

31KB
527 lines

Writium

Documentation

Light-weight plug-in web framework for all variants of Hyper.

Why Writium Framework?

Writium Framework is not so versatile but it does its best to fulfill most of your needs, if parts of your web apps requires:

  • JSON ser/de;
  • chunk-based (rather than stream-based) interaction;
  • separation of duties;
  • hierarchic organization.

Writium Framework works well with all web frameworks which can provide HyperRequests and accept HyperResponses, but itself is not a server to-go. It might bring you a few more codes to write, but such design allows you to separate the web engine and your API logics perfectly; it brings you flexibility you always want.

For example, after finishing your RESTful API, and you find you have to write something stream-based. Then you can add it to somewhere in your same application; you don't need to port codes to another web framework simply because it doesn't support stream-based interaction.

Example Project

Writus is a blog server based on Writium. Take a glance at the codes and you will get how writium brings you satisfying web application development experience.

Sister Projects

During the course of development of Writus, sister projects of writium are created:

Dependencies

~16MB
~313K SLoC