yass-base

Yet Another Service Solution

License

License

BSD-3-Clause
GroupId

GroupId

ch.softappeal.yass
ArtifactId

ArtifactId

yass-base
Last Version

Last Version

53.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

yass-base
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-base

How to add to project

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

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
ch.softappeal.yass : yass-unsupported jar 53.0.0

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
53.0.0
52.0.1
52.0.0
51.0.1
50.0.1
50.0.0
49.0.0
48.0.0