From 0d26219384c908999fbfa942c30e10d44c487899 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Fri, 27 Nov 2020 10:34:19 -0500 Subject: added posts as html, fixed nav, updated styles and images --- .../2020-11-24-i-like-hyper-more-than-actix.html | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 programming/2020-11-24-i-like-hyper-more-than-actix.html (limited to 'programming/2020-11-24-i-like-hyper-more-than-actix.html') diff --git a/programming/2020-11-24-i-like-hyper-more-than-actix.html b/programming/2020-11-24-i-like-hyper-more-than-actix.html new file mode 100644 index 0000000..33c5d9e --- /dev/null +++ b/programming/2020-11-24-i-like-hyper-more-than-actix.html @@ -0,0 +1,23 @@ +

+ I Like hyper more than + Actix Web +

+ +
+

+ 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. +

+ +

+ 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 + need what I've written or imported or even though of implementing + before I've written anything. +

+
-- cgit v1.2.3