DEV Community

Pandademic
Pandademic

Posted on • Updated on

Webserve: a tiny , extensible web server

SELF PLUG
This morning I got tired of the web severs (details NOT) important on my windows laptop.

soo......

I did the most sensible thing.

I wrote my own(in go)!

It's called webserve

GitHub logo Pandademic / webserve

Fast, Cross-platform, One tiny little binary, My tiny little webserver

webserve

Go Report Card

my tiny little webserver

why?


faster and more performant than the other webserver's I could find.At least for my tasks.

Usage

webserve DIR PORT where DIR is the dir containg the files and PORT is the port to run it on.

Known issues

1.0.0


  • shutting down a running server is a quite wonky proccess on stable , as in ctrl-c may or may not kill the server.The only way for certain is to close the currenly running terminal.

1.1


😄 none! 😄

Install


Stable

download the binary for your platform and put it in a folder avilable on your path IF no binary is provided , just request one via issues

Dev/canary

⚠️ CAUTION ⚠️

clone the repo and then run task buildall to obtain a dev (unreleased , possibly unstable) builds for all platforms to use

Getting Help


File an issue.

Licence

The Unlicense

This is free and

(all details on github)

bye!
































no not actually....

you really thought I'd leave you without details??!?!?!?!

I will actually

just check github

it's only 24 lines of trivial go code for you to read

actually bye this time

Top comments (0)