Vinelab / minion

A Simplified Client for WAMP v2 (Web Application Messaging Protocol) with command line support - PHP WebSocket Made Easy
MIT License
126 stars 16 forks source link

Crossbar.io #6

Open xtrasmal opened 9 years ago

xtrasmal commented 9 years ago

Is crossbar needed? To get up and running? What about things like Zer0mq?

I've got used to the Ratchet way of doing things, like in their tutorials. Too bad that's Wamp v1 and isn't compatible with angular router.

goeddea commented 9 years ago

You need a WAMP router, since WAMP is a routed protocol. You do not necessarily need to use Crossbar.io - there are other WAMP routers (see the WAMP homepage).

Mulkave commented 8 years ago

@xtrasmal did what @goeddea help? That's exactly what I would've said as well :)