Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vlingo/xoom-wire
The VLINGO XOOM platform SDK wire protocol messaging implementations, such as with full-duplex TCP and UDP multicast, and RSocket, using VLINGO XOOM ACTORS.
https://github.com/vlingo/xoom-wire
actor-model jvm jvm-languages reactive-programming tcp udp vlingo-actors vlingo-wire
Last synced: about 1 month ago
JSON representation
The VLINGO XOOM platform SDK wire protocol messaging implementations, such as with full-duplex TCP and UDP multicast, and RSocket, using VLINGO XOOM ACTORS.
- Host: GitHub
- URL: https://github.com/vlingo/xoom-wire
- Owner: vlingo
- License: mpl-2.0
- Created: 2018-01-26T05:06:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-29T22:45:39.000Z (about 1 year ago)
- Last Synced: 2024-05-01T09:50:27.609Z (8 months ago)
- Topics: actor-model, jvm, jvm-languages, reactive-programming, tcp, udp, vlingo-actors, vlingo-wire
- Language: Java
- Homepage:
- Size: 874 KB
- Stars: 13
- Watchers: 9
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# xoom-wire
[![Javadocs](http://javadoc.io/badge/io.vlingo.xoom/xoom-wire.svg?color=brightgreen)](http://javadoc.io/doc/io.vlingo.xoom/xoom-wire) [![Build](https://github.com/vlingo/xoom-wire/workflows/Build/badge.svg)](https://github.com/vlingo/xoom-wire/actions?query=workflow%3ABuild) [![Download](https://img.shields.io/maven-central/v/io.vlingo.xoom/xoom-wire?label=maven)](https://search.maven.org/artifact/io.vlingo.xoom/xoom-wire) [![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/vlingo-platform-java/community)
The VLINGO XOOM platform SDK wire protocol messaging implementations, such as with full-duplex TCP and UDP multicast, and RSocket, using VLINGO XOOM ACTORS.
Docs: https://docs.vlingo.io/xoom-wire
### Installation
```xml
io.vlingo.xoom
xoom-wire
1.11.1
compile
``````gradle
dependencies {
compile 'io.vlingo.xoom:xoom-wire:1.11.1'
}
```License (See LICENSE file for full license)
-------------------------------------------
Copyright © 2012-2023 VLINGO LABS. All rights reserved.This Source Code Form is subject to the terms of the
Mozilla Public License, v. 2.0. If a copy of the MPL
was not distributed with this file, You can obtain
one at https://mozilla.org/MPL/2.0/.### Licenses for Dependencies
SSLSocketChannel support under org.baswell.niossl under Apache 2.
Copyright 2015 Corey Baswell
Corey's suggestion is to copy his source to your project, which
we did due to Java version conflicts.Guava is open source licensed under Apache 2 by The Guava Authors
https://github.com/google/guava/blob/0d9470c009e7ae3a8f4de8582de832dc8dffb4a4/android/guava/src/com/google/common/base/Utf8.java