#developerstoolbox — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #developerstoolbox, aggregated by home.social.
-
Ever needed a quick #httpServer to serve up some local files?
I always use the basic python built-in module (http.server), but it has a few limitations like not being able to turn off CORS protection.
But I just found this project, which supports that and also has a few cool features like rendering markdown files and basic HTTP auth.
-
Ever needed a quick #httpServer to serve up some local files?
I always use the basic python built-in module (http.server), but it has a few limitations like not being able to turn off CORS protection.
But I just found this project, which supports that and also has a few cool features like rendering markdown files and basic HTTP auth.
-
Ever needed a quick #httpServer to serve up some local files?
I always use the basic python built-in module (http.server), but it has a few limitations like not being able to turn off CORS protection.
But I just found this project, which supports that and also has a few cool features like rendering markdown files and basic HTTP auth.
-
Ever needed a quick #httpServer to serve up some local files?
I always use the basic python built-in module (http.server), but it has a few limitations like not being able to turn off CORS protection.
But I just found this project, which supports that and also has a few cool features like rendering markdown files and basic HTTP auth.