Skip to content
/ wamp-rs Public

Implementation of Web Application Messaging Protocol in Rust

License

Notifications You must be signed in to change notification settings

dyule/wamp-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WAMP-RS

WAMP-RS is a Rust implementation of the Web Application Messaging Protcol (WAMP).

At present the entire Basic Profile is supported, as well as pattern based subscriptions and registrations from the Advanced Profile.

There is currently no support for secure connections.

For instructions on how to use, please see the examples directory.

To include in your project, place the following in your Cargo.toml

[dependencies]
wamp = "0.1"

WAMP-RS uses serde-rs, which requires Rust 1.15 or greater.

About

Implementation of Web Application Messaging Protocol in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages