Files
spring-statemachine/spring-statemachine-samples/web/bower.json
Janne Valkealahti 48d6459c26 Add zookeeper web example
- This is a web based distributed zookeeper state machine
  sample showing how multiple Spring boot instances having
  a state machine can work with a zookeeper to distribute state
  handling thoughout a jvm boundaries.
- Also this example is using websocket support to have live
  updates of a UI for state machine state changes.
2015-07-31 18:29:06 +01:00

16 lines
402 B
JSON

{
"name": "Spring Statemachine Zookeeper Demo",
"version": "1.0.0",
"authors": ["Janne Valkealahti <janne.valkealahti@gmail.com>"],
"dependencies": {
"jquery": "2.1.4",
"angular": "1.4.1",
"angular-animate": "1.4.1",
"angularjs-toaster": "0.4.15",
"angularjs-scroll-glue": "0.0.1",
"sockjs": "~0.3.4",
"stomp": "stomp-websocket#~2.3.4",
"flat-ui": "2.2.2"
}
}