A wrapper around the WebSockter server API to make it more individual connection focused, rather than server focused. Also, focuses on an "event" based communictaion protocol.
repositories {
maven {
url "https://jitpack.io"
}
}
dependencies {
compile 'com.github.chriscm2006:WebSocketServer:1.0.0'
}