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-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,5 +30,5 @@ I did a simple Postman runner performance test, with 20 Virtual Users run an API
30
30
| POST /api/json | Sent a JSON in the body, and give the JSON back to the response (with JSON.parse from RN side) | 1053 | 15.75 | 208 | 10 | 6914 | 192 | 290 | 6715 | 1 (ECONRESET) |
31
31
> The `/api/json` avg and max time is high because of the one error. It's actually doing good as the `/api/hello/world`.
32
32
33
-
I also plan to use [uWebSockets](https://github.com/uNetworking/uWebSockets) server in Android to make the JavaScript side communicate back and forth with C++ through JSI,
33
+
I also plan to use [uWebSockets](https://github.com/uNetworking/uWebSockets) server in Android to make the JavaScript side communicate back and forth with C++ through JSI with a little overhead,
34
34
and probably with [NitroModules](https://github.com/mrousavy/nitro), if they can perform better than the current implementation with Ktor+Netty server with React Native Turbo Module.
0 commit comments