Skip to content

macuenca/webhookr-go

Repository files navigation

Webhookr.go

An implementation of the original Webhookr by Matt W. completely re-written in Go and powered by the Gorilla WebSocket library. Test HTTP/S callbacks quickly by creating new Webhookr and pointing your callback to it. Webhookr.go collects no data, ever.

How to run it

  • CGO_ENABLED=0 GOOS=linux go build -a -o webhookr .
  • docker build -t webhookr .
  • docker run -e HOST="localhost" -e PORT="8080" -p 8080:8080 webhookr

About

An HTTP server for easily testing callbacks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published