reacto-vertx
reacto implementation using vert.x
Implements
- Http Server
- Service Registry using different back-ends
- Command Handler through WebSockets
- SSE handler
- Supervised Agent Verticle
License |
License |
---|---|
Categories |
CategoriesNet React User Interface Web Frameworks |
GroupId | GroupIdnet.soundvibe |
ArtifactId | ArtifactIdreacto-vertx |
Last Version | Last Version2.1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionreacto-vertx
vert.x implementation of reacto library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
reacto-vertx-2.1.4.pom | |
reacto-vertx-2.1.4.jar | 38 KB |
reacto-vertx-2.1.4-sources.jar | 17 KB |
reacto-vertx-2.1.4-javadoc.jar | 91 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.soundvibe/reacto-vertx/ -->
<dependency>
<groupId>net.soundvibe</groupId>
<artifactId>reacto-vertx</artifactId>
<version>2.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.soundvibe/reacto-vertx/
implementation 'net.soundvibe:reacto-vertx:2.1.4'
// https://jarcasting.com/artifacts/net.soundvibe/reacto-vertx/
implementation ("net.soundvibe:reacto-vertx:2.1.4")
'net.soundvibe:reacto-vertx:jar:2.1.4'
<dependency org="net.soundvibe" name="reacto-vertx" rev="2.1.4">
<artifact name="reacto-vertx" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.soundvibe', module='reacto-vertx', version='2.1.4')
)
libraryDependencies += "net.soundvibe" % "reacto-vertx" % "2.1.4"
[net.soundvibe/reacto-vertx "2.1.4"]
Group / Artifact | Type | Version |
---|---|---|
net.soundvibe : reacto | jar | 2.1.3 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.8 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.9.8 |
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | 2.9.8 |
io.vertx : vertx-core | jar | 3.6.2 |
io.vertx : vertx-web | jar | 3.6.2 |
io.vertx : vertx-service-discovery | jar | 3.6.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
io.vertx : vertx-hazelcast | jar | 3.6.2 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
reacto implementation using vert.x