kristoff-it / zig-live-webserver

A webserver that supports hot reloading and that integrates with the Zig build system
MIT License
10 stars 2 forks source link

Rewrite to be multithreaded, use an iframe, and stronger correctness #8

Closed scottredig closed 1 week ago

scottredig commented 1 week ago

I still have a laundry list of things to do, but this is the point where it's working as well as the previous version. I'll open an issue for the follow up tasks.

scottredig commented 1 week ago

Oh this also removes the websocket dependency, which was barely used anyways.