controls-kt/magix/magix-server
2024-06-17 17:49:12 +03:00
..
api fix repositores 2023-08-23 16:23:27 +03:00
src/jvmMain/kotlin/space/kscience/magix/server [WIP] remote communication for CollectiveDevice 2024-06-09 15:09:43 +03:00
build.gradle.kts make device stop suspended to properly await for lifecycle event. 2024-05-10 11:33:00 +03:00
README.md update device-collective readme 2024-06-17 17:49:12 +03:00

Module magix-server

A magix event loop implementation in Kotlin. Includes HTTP/SSE and RSocket routes.

Usage

Artifact:

The Maven coordinates of this project are space.kscience:magix-server:0.4.0-dev-4.

Gradle Kotlin DSL:

repositories {
    maven("https://repo.kotlin.link")
    mavenCentral()
}

dependencies {
    implementation("space.kscience:magix-server:0.4.0-dev-4")
}