gummiboll / hing

http pinger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

hing

hing is a small http pinger designed to run on your local computer to help with debugging of slow web sites.

Install/setup

go get github.com/gummiboll/hing and copy bin/hing to your $PATH. Or download the latest binary release

Usage

Just run hing and point your browser to http://localhost:8080 (listen address can be changed with -l and port with -p).

Developing

  • run hing with -dev in the same dir as the static-folder to be able to edit html/css/js without rebuilding with statik.
  • build statik with $GOPATH/bin/statik -src=static
  • Run bra run to enable rebuild/reload automatically after save

Todo

  • Better ui
  • Tests
  • Cleanup

Pull requests are more then welcome, especially for the UI.

About

http pinger

License:MIT License


Languages

Language:Go 60.9%Language:JavaScript 23.9%Language:HTML 12.6%Language:CSS 2.7%