I needed a live server for my frontend works on linux machine.
As, I didn't have Visual Studio code installed, I decided to write my own Http server to work as Live Server.
Entire server is just one java file.
It can server html, css, javascript and images...And, it can also be extended to server other file formats.
#java #http #frontend #backend