Last Version

Niowire 0.2

Niowire is a non blocking socket server framework for java. It makes the task of writing and implementing a highly scalable server capable of many simultaneous connections easy. All that has to be written to use it are a Serializer to parse the binary stream into objects (or you can use one of the built in ones), an Inspector which filters, authenticates and modifies packets packets (or again, use one of the built in ones) and one or more services which uses the data packets (more built in ones here too!)

License

License

Categories

Categories

Wire Data Data Structures
GroupId

GroupId

io.niowire
ArtifactId

ArtifactId

niowire
Version

Version

0.2
Type

Type

jar
Description

Description

Niowire
Niowire is a non blocking socket server framework for java. It makes the task of writing and implementing a highly scalable server capable of many simultaneous connections easy. All that has to be written to use it are a Serializer to parse the binary stream into objects (or you can use one of the built in ones), an Inspector which filters, authenticates and modifies packets packets (or again, use one of the built in ones) and one or more services which uses the data packets (more built in ones here too!)
Source Code Management

Source Code Management

https://github.com/TrentHouliston/Niowire

Download niowire 0.2


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

Dependencies

compile (3)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.0.9
com.google.code.gson : gson jar 2.2.2
javax.inject : javax.inject jar 1

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.mockito : mockito-all jar 1.9.5

Project Modules

There are no modules declared in this project.