Simplest web server (less than 70 lines coding of Golang) but available
Implement the basic features of a web backend with the simplest ways. The orignal only has bobo.go for simple, it is ok to change or split it as needed
Feel free to fork it and add advanced logics and features
How to run it ?
go run bobo.go
or
go build bobo.go
./bobo
How to use it ?
time ./bench.sh
... ...
real 0m29.865s
user 0m13.490s
sys 0m3.074s