mranoncoder / socket.io-server-java

Socket.IO Server Library for Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Socket.IO Java

Build Status codecov

This is the Socket.IO Server Library for Java ported from the JavaScript server.

See also: Socket.IO-client Java

Features

This library supports all of the features the JS server does, including events, options and upgrading transport.

Documentation

Complete documentation can be found here.

Installation

The latest artifact is available on Maven Central.

Maven

Add the following dependency to your pom.xml.

<dependencies>
  <dependency>
    <groupId>io.socket</groupId>
    <artifactId>socket.io-server</artifactId>
    <version>1.0.3</version>
  </dependency>
</dependencies>

Gradle

Add it as a gradle dependency in build.gradle.

compile ('io.socket:socket.io-server:1.0.3')

License

MIT

About

Socket.IO Server Library for Java

License:MIT License


Languages

Language:Java 93.6%Language:JavaScript 5.7%Language:Shell 0.7%