-
Notifications
You must be signed in to change notification settings - Fork 0
Source code
jmarine edited this page Nov 16, 2014
·
11 revisions
The code is divided in two projects (compatible with NetBeans 8.0):
- WgsAPI: This is a server-side library (JSR-365 compatible). It also includes the org.wgs.util.Server class that implements a standalone web server with websockets support (based on Tyrus and Grizzly libraries).
- WgsWebApp: This is a sample web application to integrate WgsAPI with JavaEE 7 application servers. It also includes the libraries "wamp2.js" and "wgs-client-2.0.js" for browser-based clients.