Add websocket server and client, for use later

This commit is contained in:
Adam
2017-05-08 19:29:00 -04:00
parent 3068fee671
commit 4769728aca
5 changed files with 170 additions and 0 deletions

View File

@@ -52,6 +52,12 @@
<version>3.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.websocket</groupId>
<artifactId>javax.websocket-api</artifactId>
<version>1.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.sparkjava</groupId>