Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 817 Bytes

File metadata and controls

11 lines (9 loc) · 817 Bytes

callback-websocket-examples

Full stack examples how to use callback-websocket in a embedded jar or simple war file.

  1. embedded-jar-example - Provides an example of how to use the callback-websocket library as a runnable jar file (using an embedded Jetty)
  2. war-example - An example of how to use the callback-websocket library as part of a standard .war file.
  3. performance-comparison - An example application to measure the performance differences between the standard AngularJS $http service and the WebSocketService.