https://github.com/krisleech/melody
SOA example project
https://github.com/krisleech/melody
Last synced: about 1 year ago
JSON representation
SOA example project
- Host: GitHub
- URL: https://github.com/krisleech/melody
- Owner: krisleech
- Created: 2014-10-28T21:50:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-24T19:44:37.000Z (over 11 years ago)
- Last Synced: 2025-03-17T04:44:46.321Z (about 1 year ago)
- Language: Shell
- Size: 176 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Melody
A small demo of evented HTTP services using Routemaster.
## Requirments
* VirtualBox
* Vagrant
## Quickstart
```
./bin/launch
```
This will launch 3 Virtual Machines.
http://localhost:9000 Jukebox App
http://localhost:7777 JukeStats App
https://localhost:4434 Routemaster
http://localhost:5555 RabbitMQ Admin UI
Go to the Jukebox app, vote for some songs.
Then visit the JukeStats app and see the recorded statistics.