Skip to content

Commit dcfb4df

Browse files
Yoon  ChoiYoon  Choi
authored andcommitted
added grpc description and authors in readme
1 parent 022106e commit dcfb4df

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111

12-
Swell is a API development tool that enables developers to test endpoints served over streaming technologies including Server-Sent Events (SSE), WebSockets, HTTP2, and GraphQL.
12+
Swell is a API development tool that enables developers to test endpoints served over streaming technologies including Server-Sent Events (SSE), WebSockets, HTTP2, GraphQL and gRPC.
1313

1414
## Getting Started
1515

@@ -22,6 +22,7 @@ Swell is a one-stop shop for sending and monitoring your API requests
2222

2323
* Send and monitor streams over HTTP2 (including SSEs) and WebSockets
2424
* Create GraphQL queries, mutations, and subscriptions
25+
* Provides full streaming testing support for gRPC
2526
* Support for up to six concurrent connections
2627
* View request/response timing information in an interactive chart
2728
* Save requests in "collections" of multiple requests
@@ -46,6 +47,7 @@ Swell is a one-stop shop for sending and monitoring your API requests
4647
<kbd><img src="./ReadMeGifs/Swell_API_GraphQL_Query.gif"
4748
style="float: left; margin-right: 10px;margin-bottom : 30px; margin-top : 10px;" /></kbd>
4849

50+
## Latest Swell v.0.4.0 update
4951
* *gRPC*: Swell includes full support for all four streaming types of gRPC - unary, client stream, server stream, bidirectional stream
5052
<kbd><img src="./ReadMeGifs/Swell_API_gRPC.gif"
5153
style="float: left; margin-right: 10px;margin-bottom : 30px; margin-top : 10px;" /></kbd>
@@ -84,6 +86,12 @@ Swell is a one-stop shop for sending and monitoring your API requests
8486
* **Billy Tran** - [btctrl](https://github.com/btctrl)
8587
* **Paul Rhee** - [prheee](https://github.com/prheee)
8688
* **Sam Parsons** - [sam-parsons](https://github.com/sam-parsons)
89+
* **Nancy Dao** - [nancyddao](https://github.com/nancyddao)
90+
* **Evan Grobar** - [egrobar](https://github.com/egrobar)
91+
* **Dan Stein** - [danst3in](https://github.com/danst3in)
92+
* **Amruth Uppaluri** - [amuuth](https://github.com/amuuth)
93+
* **Yoon Choi** - [cyoonique](https://github.com/cyoonique)
94+
8795

8896
## License
8997

0 commit comments

Comments
 (0)