https://github.com/eclipsesource/virgo_game_of_life
Eclipse Virgo by Example: Game of Life
https://github.com/eclipsesource/virgo_game_of_life
Last synced: 2 months ago
JSON representation
Eclipse Virgo by Example: Game of Life
- Host: GitHub
- URL: https://github.com/eclipsesource/virgo_game_of_life
- Owner: eclipsesource
- Created: 2015-12-28T15:13:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-03T14:08:57.000Z (about 10 years ago)
- Last Synced: 2026-01-13T18:26:46.072Z (7 months ago)
- Language: Java
- Homepage:
- Size: 1.89 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Important urls:
[http://localhost:8080/gol/springtime](Spring basic configuration check)
[http://localhost:8080/gol/ping](WebSocket ping endpoint)
[http://localhost:8080/gol/stock](Spring stock examples endpoint)
[http://localhost:8080/gol/ws/info](WebSocket information)
::::json
{"entropy":2113121810,"origins":["*:*"],"cookie_needed":true,"websocket":true}
[http://localhost:8080/gol/board](Game of Life board)
## Build game-of-life
### Dockerize the example
::::sh
$ ./gradlew build :app:dockerize
### Run the dockerized example
::::sh
$ docker run --rm -it -p 8080:8080 -p 2501:2501 --hostname gol --name gol game-of-life/app
Access the OSGi console of the running container with
::::ssh
$ telnet localhost 2501
OSGi>