Demo : Http Server implemented from scratch in java, to work as a Live Server for frontend dev work

Опубликовано: 19 Октябрь 2024
на канале: Refactored Codes
25
3

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