File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1- [ ![ Build Status] ( https://travis-ci.org/marci4/Java-WebSocket-Dev.svg?branch=master )] ( https://travis-ci.org/marci4/Java-WebSocket-Dev ) [ ![ Clojars Project] ( https://img.shields.io/clojars/v/org.java-websocket/java-websocket.svg )] ( https://clojars.org/org.java-websocket/java-websocket )
21Java WebSockets
32===============
3+ [ ![ Build Status] ( https://travis-ci.org/marci4/Java-WebSocket-Dev.svg?branch=master )] ( https://travis-ci.org/marci4/Java-WebSocket-Dev ) [ ![ Clojars Project] ( https://img.shields.io/clojars/v/org.java-websocket/java-websocket.svg )] ( https://clojars.org/org.java-websocket/java-websocket )
4+
45
56This repository contains a barebones WebSocket server and client implementation
67written in 100% Java. The underlying classes are implemented ` java.nio ` , which allows for a
@@ -18,7 +19,7 @@ Implemented WebSocket protocol versions are:
1819[ Here] ( https://github.com/TooTallNate/Java-WebSocket/wiki/Drafts ) some more details about protocol versions/drafts.
1920
2021
21- ##Build
22+ ## Build
2223You can build using Ant or Leiningen but there is nothing against just putting the source path ``` src/main/java ``` on your applications buildpath.
2324
2425### Ant
You can’t perform that action at this time.
0 commit comments