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
@@ -49,7 +49,7 @@ but try to avoid the more advanced FP features that don't translate well to Kotl
49
49
## Libraries
50
50
51
51
* Kotlin - Running the latest Kotlin release.
52
-
*[Vert.x](https://vertx.io/) a lightning fast HTTP framework that routinely tops the Java performance metrics at TechEmpower. Offers coroutine support for Kotlin integration. Is simple to use and easy to create some scaffolding around to test locally.
52
+
*[Vert.x](https://vertx.io/) a lightning fast HTTP framework that routinely tops the Java performance metrics at [TechEmpower](https://www.techempower.com/benchmarks/#section=data-r23&test=update&l=xan3h7-pa7). Offers coroutine support for Kotlin integration. Is simple to use and easy to create some scaffolding around to test locally.
53
53
*[Hoplite](https://github.com/sksamuel/hoplite) a Kotlin data-class-as-config loader that provides cascading
54
54
fallback of config files. Config is loaded in regular data classes that you define and can pass about. This allows for
55
55
easy testing, as you can provide test-time values by simply creating instances of those data classes.
0 commit comments