diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-11-29 08:53:22 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-11-29 08:53:22 -0500 |
commit | aa6ade8c1bc51bc8f379442bb00710438d1385fd (patch) | |
tree | d0a99de1f2ceec24c6fe15d61661f96a33a05d3b /posts/programming/2020-11-24-i-like-hyper-more-than-actix.html | |
parent | daa21252743400c83f9d46c7fdefc00058553d7f (diff) | |
download | 53hor-aa6ade8c1bc51bc8f379442bb00710438d1385fd.tar.xz 53hor-aa6ade8c1bc51bc8f379442bb00710438d1385fd.zip |
organized posts, added profile, started makefile
Diffstat (limited to 'posts/programming/2020-11-24-i-like-hyper-more-than-actix.html')
-rw-r--r-- | posts/programming/2020-11-24-i-like-hyper-more-than-actix.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/posts/programming/2020-11-24-i-like-hyper-more-than-actix.html b/posts/programming/2020-11-24-i-like-hyper-more-than-actix.html new file mode 100644 index 0000000..33c5d9e --- /dev/null +++ b/posts/programming/2020-11-24-i-like-hyper-more-than-actix.html @@ -0,0 +1,23 @@ +<h1> + I Like <a href="https://hyper.rs">hyper</a> more than + <a href="https://actix.rs">Actix Web</a> +</h1> + +<article> + <p> + I've been using Actix Web as the HTTP service layer for some web + applications for a while now. I've written several APIs for work and + personal projects on top of Actix and always thought it was pretty spiffy + for what it does: listen for HTTP requests and respond to them with code + I've written. I was always a little bummed about how large the dependency + tree was with the project though, and how long it took to compile. + </p> + + <p> + Recently I've been trying to write or depend on as little code as is + possible to get the job done, so I've been trying to take a look at whether + or not I + <em>need</em> what I've written or imported or even though of implementing + before I've written anything. + </p> +</article> |