Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hakobe/gomibako
https://requestb.in clone written in golang
https://github.com/hakobe/gomibako
go server-sent-events
Last synced: 8 days ago
JSON representation
https://requestb.in clone written in golang
- Host: GitHub
- URL: https://github.com/hakobe/gomibako
- Owner: hakobe
- License: mit
- Created: 2016-10-07T02:51:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-16T10:15:43.000Z (over 6 years ago)
- Last Synced: 2024-06-20T14:20:47.005Z (5 months ago)
- Topics: go, server-sent-events
- Language: Go
- Homepage:
- Size: 409 KB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gomibako
A requestb.in clone writtern in Go. (hobby product)
## Usage
```sh
$ npm install -g yarn # If you have not installed yarn
$ make
$ ./gomibako --port=8000
```And access to http://localhost:8000 .
You can also build it for a Linux environment like below.
```
$ make clean # If you need
$ GOOS=linux GOARCH=amd64 make
```## Description
Gomibako is a mini web app to inspect HTTP requests to it (like [requestb.in](http://requestb.in/)).
- Gives you a URL that collect requests to it
- Let you inspect requests in **real time** (using Sever Sent Event)## License
[MIT](./LICENSE)
## Author
[hakobe](http://github.com/hakobe)