jcelliott / turnpike

Go implementation of a WAMP (Web Application Messaging Protocol) client and router
MIT License
258 stars 88 forks source link

Review WAMPv2 basic API #39

Closed beatgammit closed 9 years ago

beatgammit commented 10 years ago

This is a meta-issue for things that should be considered before releasing turnpike as a WAMPv2 implementation:

jcelliott commented 10 years ago

Also, make sure the current implementation is flexible enough to easily add advanced profile features.

beatgammit commented 9 years ago

Should JoinRealmAuth be JoinRealmCRA instead? There may be other authentication modes than challenge/response authentication in the future.

jcelliott commented 9 years ago

Changed to JoinRealmCRA.