-
Updated
Mar 6, 2021 - Java
Eclipse Vert.x
Eclipse Vert.x is a toolkit for writing reactive polyglot applications for the JVM. Vert.x comes with an extensive reactive ecosystem that is modular, performant, and easy to use. Developers can build many kinds of applications such as soft realtime web applications, microservices, IoT applications, protocol adapters, and distributed applications thanks to the wide variety of this ecosystem.
Here are 796 public repositories matching this topic...
-
Updated
Jan 4, 2021 - Java
-
Updated
Mar 6, 2021 - Java
-
Updated
Mar 5, 2021 - Java
-
Updated
Mar 6, 2021 - Java
-
Updated
Dec 13, 2018 - Java
I have a idea. Auto create a typescript project by run es4x init with --typescript or -t 。It's not manual copy file by sample.
And “mvnDependencies ” added to the package.json by default. Because a lot of people don't know about it。
If you agree, I can modify this code. ^_^
Create a Rust-Client
We should provide a Rust client in addition to the TypeScript and Python client.
-
Updated
Feb 9, 2021
-
Updated
Oct 19, 2018 - JavaScript
-
Updated
Feb 25, 2021 - JavaScript
-
Updated
Feb 23, 2021 - Java
-
Updated
Feb 18, 2021 - Java
-
Updated
May 23, 2020 - Java
In the CompletionStages class we have several methods to loop and compute the total but we don't have any unit tests.
We know that they are correct because we use them everywhere but it would be nice to have some specific unit tests.
This is not urgent but could be a good issue for first contributors
-
Updated
Jan 9, 2021 - Java
https://github.com/vert-x3/vertx-web/blob/bfe12934ec1251928c4744f41c898ee2d0dfc101/vertx-web/src/main/java/io/vertx/ext/web/sstore/impl/LocalSessionStoreImpl.java#L104
we discussed in the past already about this bug. Maybe you have a solution for this.
Its a race-bug, Sometimes there can be two or more unrelated Sessions be written, if different eventloops are on the same time on line 110 fo