Hacker News new | ask | show | jobs
Show HN: OkServer (OkS) – An ok HTTP server; lightweight, clean, and simple (okserver.xyz)
3 points by cbrbygones 868 days ago
I started work on a Go-based HTTP server project! Tell me what you think!
1 comments

What features do you plan to implement?

There are web server like Caddy in go already.

From looking source code, current functionality is `python3 -m http.server` command.

So right now, I'm just setting up the basic foundations of an HTTP server, it can now write and print logs as of tonight. I do want to give it sqlite/adminer support later on, and I want to allow it to read PHP/Py/Go files.

The main goal I have right now is to make it as lightweight, easy-to-use, and straightforward as possible while not being limited to static hosting.