gthvn1/plan9
Writing a 9P server from scratch to understand 9P
We are far away from the 9P server. We are using this to experiment but first steps are just writing a simple http server and we will extend it gradually.
Currently we are more playing with 🥳 Zig, JS and WASM 🥳 as you can see in html_contents/.
And in the same time in this repo we are implementing a server in Zig 🛠️...
So right now nothing is related to plan9 but fun things
zig build && && ./zig-out/bin/http_server
curl -v localhost:8000