Client for groovity events websocket multiplexing framework
npm install groovity-events-clientThis package contains a minified, ES5 compatible copy of the javascript client library for the groovity-events websocket multiplexing library. While the groovity-events jar distribution contains this javascript client library as well, this node module is provided for convenience when bundling a front-end application together.
To import as a javascript module:
```
import { EventSocket } from 'groovity-events-client';
This library supports a similar syntax to Socket.io for interacting with a Groovity server with the groovity-events module installed; the event model is application specific except for the pre-definited open and close events.
Sample usage in browser code:
```
For information on the groovity-events module, please visit the Groovity wiki