jcelliott / turnpike

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

How production-ready is turnpike? #111

Closed elimisteve closed 8 years ago

elimisteve commented 8 years ago

Turnpike v2 is still under development, but is getting close to a stable release.

  1. How stable is turnpike at present?
  2. My team and I are considering just using the official JS Autobahn server since it's probably the best-supported implementation, even though we prefer Go on the backend. Any idea how stable/production-ready that one is compared to turnpike?

Thanks!

marshauf commented 8 years ago

It is unstable. See issue #105 . I don't recommend production use or starting development with this library unless you are willing to put time into it.

elimisteve commented 8 years ago

@marshauf Thanks!

beatgammit commented 8 years ago

Sorry for not getting back to you about this. We're using it in production, but our load is pretty light (just use it for a webapp). There are definitely bugs that need to be solved, but I may have time in the near future to dedicate to this.

You may be interested in the result of the discussion at #116.