Skip to content

PierreZ/vertx-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Vert.x Event-bus library for Rust built with Tokio

Build Status

What is Vert.x?

Vert.x is a tool-kit for building reactive applications on the JVM.

What is the event-bus-bridge thing?

Taken from the official documentation:

The TCP EventBus bridge as its name states is a bridge built on top of TCP, meaning that any application able to create sockets can use the EventBus from a remote Vert.x instance.

The idea of the project is to provide a set of libraries to ease the integration of Vert.x applications with applications developed in Rust. The idea was taken from Google Summer of Code Ideas.

What is Tokio?

Tokio is a platform for writing fast networking code in Rust.

What is the protocol used by TCP-bridge?

Official documentation

Building library

cargo build --features "dev"

About

A Vert.x Event-bus library for Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages