httpx icon indicating copy to clipboard operation
httpx copied to clipboard

[question] Simple server like `five-server-vscode`

Open heysokam opened this issue 5 months ago • 0 comments

Is there any minimalistic and simple server implementation similar to this extension in functionality, but using httpx? https://marketplace.visualstudio.com/items?itemName=yandeu.five-server I know about nimhttpd, but the problem is that it doesn't update files unless you force refresh, and I find myself opening vscode just to have it in the background refreshing the files :(

Is there any simple way to implement this using httpx?

I'm very newbie webdev, so sorry if the question is really basic and obvious. I'm just looking for some guidance on how to implement this functionality with nim tools.

heysokam avatar Jan 08 '24 04:01 heysokam