Skip to content

Commit acc96d7

Browse files
authored
Add fortio to the users/readme (#301)
* Update README.md * Update README.md
1 parent 6e09dd4 commit acc96d7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: README.md

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Initially created by following along https://interpreterbook.com and making many
77

88
There is also now a [discord bot](https://github.com/grol-io/grol-discord-bot#grol-discord-bot) as well as a `wasm` version that runs directly in your browser, try it on [grol.io](https://grol.io/)
99

10+
And [fortio](https://github.com/fortio/fortio) for instance now embeds it and gives access to programmable network operations like curl and UDP/TCP/HTTP/gRPC load tests.
11+
1012
## Install
1113

1214
Install/run it:
@@ -229,3 +231,7 @@ flags:
229231
(excluding logger control, see `gorepl help` for all the flags, of note `-logger-no-color` will turn off colors for gorepl too, for development there are also `-profile*` options for pprof, when building without `no_pprof`)
230232

231233
If you don't want to pass a flag and want to permanently change the `grol` history file location from your HOME directory, set `GROL_HISTORY_FILE` in the environment.
234+
235+
### Contributing
236+
237+
Contributions are most welcome! If you use GROL, feel free to open a PR or issue to be listed here.

0 commit comments

Comments
 (0)