jcelliott / turnpike

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

Test with Autobahn test suite #9

Closed jcelliott closed 9 years ago

jcelliott commented 11 years ago

This is blocked by a bug in the go websocket library

maxekman commented 11 years ago

This should probably be done at for example drone.io to keep the code base clean.

jcelliott commented 9 years ago

No longer blocked since we're using Gorilla websockets.

jcelliott commented 9 years ago

Autobahn doesn't provide a WAMP test suite anymore (not sure they ever did). We do have an example that uses Autobahn|Python.