OlegDokuka / vlingo-wire

The VLINGO/PLATFORM wire protocol messaging implementations, such as with full-duplex TCP and UDP multicast, and RSocket, using VLINGO/ACTORS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vlingo-wire

Javadocs Build Status Download Gitter chat

The VLINGO/PLATFORM wire protocol messaging implementations, such as with full-duplex TCP and UDP multicast, and RSocket, using VLINGO/ACTORS.

Docs: https://docs.vlingo.io/vlingo-wire

Bintray

  <repositories>
    <repository>
      <id>jcenter</id>
      <url>https://jcenter.bintray.com/</url>
    </repository>
  </repositories>
  <dependencies>
    <dependency>
      <groupId>io.vlingo</groupId>
      <artifactId>vlingo-wire</artifactId>
      <version>1.3.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
dependencies {
    compile 'io.vlingo:vlingo-wire:1.3.0'
}

repositories {
    jcenter()
}

License (See LICENSE file for full license)

Copyright © 2012-2020 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.

About

The VLINGO/PLATFORM wire protocol messaging implementations, such as with full-duplex TCP and UDP multicast, and RSocket, using VLINGO/ACTORS.

License:Mozilla Public License 2.0


Languages

Language:Java 99.6%Language:Shell 0.4%