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
@@ -19,7 +19,7 @@ A library to embed a HTTP server in a React Native app with thread safety to han
19
19
## in Research
20
20
I'm still in research to make this library performs better in high-volume and high-pressure requests. Eventually, it can't perform any better than a regular computer server due to the hardware and the platform software code naturally.
21
21
22
-
This library is using [Ktor](https://github.com/ktorio/ktor) server with [Netty](https://github.com/netty/netty) in Android. `react-native-echo` is currently doing *good relatively* with the Ktor + Netty server library with really minimal error, and the `multipart/form-data` request handling is still performing good with cached files, but the performance in a Android device is becoming a question from myself, is this good or not.
22
+
This library is using [Ktor](https://github.com/ktorio/ktor) server with [Netty](https://github.com/netty/netty) in Android. `react-native-echo` is currently doing **good relatively** with the Ktor + Netty server library with really minimal error, and the `multipart/form-data` request handling is still performing good with cached files, but the performance in a Android device is becoming a question from myself, is this good or not.
23
23
24
24
I did a simple Postman runner performance test, with 20 Virtual Users run an API in parallel and repeatedly for 1 minute. I did the test with a Realme GT Master (Snapdragon 778G 5G, 8GB RAM)
0 commit comments