File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
Java WebSockets
2
2
===============
3
3
[ ![ Build Status] ( https://travis-ci.org/marci4/Java-WebSocket-Dev.svg?branch=master )] ( https://travis-ci.org/marci4/Java-WebSocket-Dev )
4
- [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/org.java-websocket/Java-WebSocket/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/org.java-websocket/Java-WebSocket )
5
4
[ ![ Javadocs] ( https://www.javadoc.io/badge/org.java-websocket/Java-WebSocket.svg )] ( https://www.javadoc.io/doc/org.java-websocket/Java-WebSocket )
5
+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/org.java-websocket/Java-WebSocket.svg )] ( https://mvnrepository.com/artifact/org.java-websocket/Java-WebSocket )
6
+ [ ![ Sonatype Nexus (Snapshots)] ( https://img.shields.io/nexus/s/https/oss.sonatype.org/org.java-websocket/Java-WebSocket.svg )] ( https://oss.sonatype.org/content/repositories/snapshots/org/java-websocket/Java-WebSocket/ )
6
7
7
8
This repository contains a barebones WebSocket server and client implementation
8
9
written in 100% Java. The underlying classes are implemented ` java.nio ` , which allows for a
You can’t perform that action at this time.
0 commit comments