mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-21 23:43:15 +01:00
chore: added comparision table in readme
This commit is contained in:
parent
bacc8a1084
commit
9c5d66e7db
17
readme.md
17
readme.md
@ -1 +1,18 @@
|
||||
# bruno
|
||||
Opensource API Client.
|
||||
|
||||
### Comparision with Similar tools
|
||||
Bruno is at early stages of development, and does not yet have all the bells and whistles.
|
||||
|
||||
But, here is a rundown of key areas where bruno is different from other similar tools out there.
|
||||
|
||||
| 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 | ✔️ | ✔️ | ✖️ | ✖️ |
|
||||
|
Loading…
Reference in New Issue
Block a user