2022-03-22 13:48:20 +01:00
|
|
|
# bruno
|
2022-10-09 22:07:39 +02:00
|
|
|
Opensource API Client.
|
|
|
|
|
|
|
|
### Comparision with Similar tools
|
|
|
|
Bruno is at early stages of development, and does not yet have all the bells and whistles.
|
|
|
|
|
2022-10-10 00:56:47 +02:00
|
|
|
Here is a rundown of key areas where bruno is different from other similar tools out there.
|
2022-10-09 22:07:39 +02:00
|
|
|
|
|
|
|
| Feature | Bruno | Postman | Insomnia | Hoppscotch |
|
|
|
|
| ---------| ------| --------| ---------| ---------- |
|
|
|
|
| Open source (Client) | ✔️ | ✖️ | ✔️ | ✔️ |
|
|
|
|
| Open source (Sync Server) | ✔️ | ✖️ | ✖️ | ✖️ |
|
|
|
|
| Local (Filesystem) Collections | ✔️ | ✖️ | ✖️ | ✖️ |
|
|
|
|
| Chrome Extension | ✔️ | ✖️ | ✖️ | ✖️ |
|
|
|
|
| Run using Docker | ✔️ | ✖️ | ✖️ | ✔️ |
|
|
|
|
| Desktop App | ✔️ | ✔️ | ✔️ | ✖️ |
|
|
|
|
| Run in Browser | ✔️ | ✔️ | ✖️ | ✔️ |
|
|
|
|
| Multi Tab Requests | ✔️ | ✔️ | ✖️ | ✖️ |
|