About
One day someone told me about code server, and I thought it was really cool. I liked the idea of an IDE being embeded into the browser.
So I built a docker container, setup a server, and I used file descriptors to embed the neovim runtime into the container.
I built a simple UI with javascript and python, and I used websockets to communicate with the server.
Then I had an idea for creating a resume website, built in neovim, embedded into the browser.
Overall, it was a fun project. I don't know that it has any practical use, but it was a fun way to practice with file descriptors and websockets.
If you'd like to see the code, it's on my github.