You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Learn about reactive programming with these projects:
4
4
5
-
- Start with [reactive-programming](/reactive-programming) and see how a 1 thread can successfully serve 10 users.
5
+
- Start with [reactive-programming](/reactive-programming) and see how one thread can successfully serve 10 users.
6
6
- Take a look at [blocking-service](/blocking-service) to see a typical REST web service with JDBC connections.
7
7
- See how to use the `Flux` class and [R2DBC](https://r2dbc.io/) to build a fully reactive service.
8
8
- Compare the the throughput using [Artillery](https://www.artillery.io/). See how many HTTP 200 OK responses you get on each service (test scripts included on each service project).
0 commit comments