Gopherling is a stress/load testing webapp similar to ab for the gophergala 2015.
- Go
- mongoDB
- node env (if you want to edit the js or css)
$ cd $GOTPATH
$ mkdir -p src/github.com/gophergala
$ cd src/github.com/gophergala
$ git clone https://github.com/gophergala/gopherling.git
$ cd gopherling
$ go get ./...
$ cd $GOPATH/src/github.com/gophergala/gopherling
$ go install && gopherling --dbHost=127.0.0.1 --dbPort=27017
All you have to do is open this url on your browser http://127.0.0.1:9410
Gopherling is under the GNU GPL v3.0 license.
Made by Frostwind [email protected]