/app-server

this is simple applicatio java implimentation api tyrus based in glassfish

Primary LanguageJava

app-server

This is a simple application to test Tyrus, the reference implementation for JSR356: Java API for WebSocket.

Deploy the app

  1. Install maven2 or 3
  2. In the project root, run the command mvn clean install exec:java -Dexec.mainClass=sbenkhaoua.app.tools.spec.SampleStandalone OR run it from your favorite IDE.

Note:

A sample web socket script is available in the index.html file.