is not current version
Last Version 0.2

io.niowire:niowire 0.1

Niowire is a non blocking socket server framework for java. It is made to make the task of writing and implementing a high performance server designed to hold many simultaneous connections easy. All that has to be written to use it are a parser to parse the binary stream into objects (or you can use one of the built in ones), a mangler to filter and authenticate packets (or again, use one of the built in ones) and a service which uses the data packets (more built in ones here too!)

Categories

Categories

Wire Data Data Structures
GroupId

GroupId

io.niowire
ArtifactId

ArtifactId

niowire
Version

Version

0.1
Type

Type

jar

Download niowire 0.1


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