A CLI tool to help building applications with the Web Applications Messaging Protocol
- Install Node.js
npm i -g wamp-cli
# URL -> REALM
$> wampc ws://localhost:9000/ws public
Connecting to ws://localhost:9000/ws internal
Connected
┌────────────┬─────────────────────┐
│ Variable │ Description │
├────────────┼─────────────────────┤
│ connection │ The WAMP connection │
├────────────┼─────────────────────┤
│ session │ The WAMP session │
└────────────┴─────────────────────┘
$>