Babl WebSocket Server

Babl: A High-Performance WebSocket Server

License

License

GroupId

GroupId

com.aitusoftware
ArtifactId

ArtifactId

babl
Last Version

Last Version

0.11.0
Release Date

Release Date

Type

Type

pom
Description

Description

Babl WebSocket Server
Babl: A High-Performance WebSocket Server
Project URL

Project URL

https://babl.ws
Source Code Management

Source Code Management

https://github.com/babl-ws/babl.git

Download babl

How to add to project

<!-- https://jarcasting.com/artifacts/com.aitusoftware/babl/ -->
<dependency>
    <groupId>com.aitusoftware</groupId>
    <artifactId>babl</artifactId>
    <version>0.11.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.aitusoftware/babl/
implementation 'com.aitusoftware:babl:0.11.0'
// https://jarcasting.com/artifacts/com.aitusoftware/babl/
implementation ("com.aitusoftware:babl:0.11.0")
'com.aitusoftware:babl:pom:0.11.0'
<dependency org="com.aitusoftware" name="babl" rev="0.11.0">
  <artifact name="babl" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.aitusoftware', module='babl', version='0.11.0')
)
libraryDependencies += "com.aitusoftware" % "babl" % "0.11.0"
[com.aitusoftware/babl "0.11.0"]

Dependencies

runtime (2)

Group / Artifact Type Version
org.agrona : agrona jar 1.9.0
io.aeron : aeron-driver jar 1.32.0

Project Modules

There are no modules declared in this project.

Babl WebSocket Server

Code Alerts Code Quality Build Status

Babl is a high-performance, scalable web-socket server designed for use in low-latency applications.

Built from the ground up to provide blazing fast execution speeds, Babl will comfortably handle high-throughput, large session-count workloads without slowing down.

Using an event-driven reactive programming model, your application code is executed in an allocation-free, lock-free event-loop for maximum efficiency and mechanical sympathy.

Documentation

Versions

Version
0.11.0
0.10.0
0.9.0
0.8.0
0.7.0
0.6.0
0.5.0
0.4.2
0.4.1
0.4.0
0.3.0
0.2.0
0.1.0