Can be used for some quick dirty testing of your wamp-enabled application.
Supports WAMP v1 using AutobahnJS.
Uses Mongoose to serve pages.
- Launch Mongoose (or deploy this to your web server)
- Goto localhost:9090 (can be changed in mongoose.conf) or your web server's address
- Connect to your wamp app URL (do not enter login/pass if there is no authorization on wamp server)
- Set up prefixes if needed
- Run RPC calls (only one param for now)
- Subscribe to pubsub topics, receive/send data
- All actions are logged in "Action Log" at the bottom of the page