Is it a good idea to use pywebsocket in a production environment, since their google developer page states ...
pywebsocket is intended for testing or experimental purposes.
Moreover what would the specific drawbacks of using it be?
- Are there performance drawbacks?
- Is it not stable or unsecure in a certain way?
- ...
Since Mozilla as well as Google use it to test their websocket implementations, and it was suggested (for production) in many SO threads, I thought it to be a pretty stable basis until I read the docs.
Or am I misinterpeting something, and it is just meant to be especially helpful for testing, as well as suitable in production?