Vert.x: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(→RxJava) |
||
| (15 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{:Self_Driving_RC_Car/Links}} | {{:Self_Driving_RC_Car/Links}} | ||
[[File:Vertx_logo.png|link=https://vertx.io|240px|right]] | [[File:Vertx_logo.png|link=https://vertx.io|240px|right]] | ||
= Documentation = | |||
* https://vertx.io/vertx2/core_manual_java.html | |||
* https://vertx.io/docs/guide-for-java-devs/guide-for-java-devs.pdf | |||
== The Golden Rule == | |||
https://vertx.io/docs/vertx-core/java/#golden_rule | |||
== Python == | |||
https://vertx.io/vertx2/core_manual_python.html#accessing-the-vertx-api | |||
== TCP Eventbus Bridge == | |||
* https://vertx.io/docs/vertx-tcp-eventbus-bridge/js/ | |||
== Metrics == | |||
https://vertx.io/docs/vertx-dropwizard-metrics/java/ | |||
= Links = | = Links = | ||
| Line 6: | Line 21: | ||
* https://stackoverflow.com/questions/tagged/vert.x | * https://stackoverflow.com/questions/tagged/vert.x | ||
= RxJava = | = RxJava = | ||
{{Link|target=RxJava}} | |||
= Shared Data = | = Shared Data = | ||
| Line 13: | Line 27: | ||
* https://stackoverflow.com/questions/12299132/clustering-and-shared-data-in-vert-x | * https://stackoverflow.com/questions/12299132/clustering-and-shared-data-in-vert-x | ||
* https://vertx.io/docs/vertx-core/js/#_using_the_shareddata_api | * https://vertx.io/docs/vertx-core/js/#_using_the_shareddata_api | ||
[[Category: | [[Category:Vert.x]] | ||
Latest revision as of 09:22, 2 March 2020
Click here to comment see Self Driving RC Car
Documentation
- https://vertx.io/vertx2/core_manual_java.html
- https://vertx.io/docs/guide-for-java-devs/guide-for-java-devs.pdf
The Golden Rule
https://vertx.io/docs/vertx-core/java/#golden_rule
Python
https://vertx.io/vertx2/core_manual_python.html#accessing-the-vertx-api
TCP Eventbus Bridge
Metrics
https://vertx.io/docs/vertx-dropwizard-metrics/java/