yass-transport-ktor

Yet Another Service Solution

License

License

BSD-3-Clause
GroupId

GroupId

ch.softappeal.yass
ArtifactId

ArtifactId

yass-transport-ktor
Last Version

Last Version

65.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

yass-transport-ktor
Yet Another Service Solution
Project URL

Project URL

https://github.com/softappeal/yass
Project Organization

Project Organization

softappeal GmbH Switzerland
Source Code Management

Source Code Management

https://github.com/softappeal/yass

Download yass-transport-ktor

How to add to project

<!-- https://jarcasting.com/artifacts/ch.softappeal.yass/yass-transport-ktor/ -->
<dependency>
    <groupId>ch.softappeal.yass</groupId>
    <artifactId>yass-transport-ktor</artifactId>
    <version>65.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/ch.softappeal.yass/yass-transport-ktor/
implementation 'ch.softappeal.yass:yass-transport-ktor:65.0.2'
// https://jarcasting.com/artifacts/ch.softappeal.yass/yass-transport-ktor/
implementation ("ch.softappeal.yass:yass-transport-ktor:65.0.2")
'ch.softappeal.yass:yass-transport-ktor:jar:65.0.2'
<dependency org="ch.softappeal.yass" name="yass-transport-ktor" rev="65.0.2">
  <artifact name="yass-transport-ktor" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.softappeal.yass', module='yass-transport-ktor', version='65.0.2')
)
libraryDependencies += "ch.softappeal.yass" % "yass-transport-ktor" % "65.0.2"
[ch.softappeal.yass/yass-transport-ktor "65.0.2"]

Dependencies

compile (5)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.31
ch.softappeal.yass : yass jar 65.0.2
io.ktor : ktor-network jar 1.1.4
io.ktor : ktor-client jar 1.1.4
io.ktor : ktor-server-core jar 1.1.4

Project Modules

There are no modules declared in this project.

yass (Yet Another Service Solution)

  • is a small library for efficient peer-to-peer communication
    • Kotlin/Java
    • TypeScript
    • Python 3 (with support for type hints)
    • high throughput, low latency, reactive services
  • supports type-safe contracts with DTOs and interfaces
  • supports request/reply and OneWay style method invocations
  • supports sync/async client/server invocations
  • supports interceptors
  • provides session based bidirectional messaging
  • provides transports for
    • socket (including TLS)
    • WebSocket
  • has a fast and compact binary serializer that can skip unknown/new fields
  • uses https://semver.org
  • is Open Source (BSD-3-Clause license)
ch.softappeal.yass

softappeal

softappeal GmbH

Versions

Version
65.0.2
65.0.1
64.0.0