|
| 1 | +Getting support |
| 2 | +=============== |
| 3 | + |
| 4 | +.. admonition:: There are no free support channels. |
| 5 | + :class: tip |
| 6 | + |
| 7 | + websockets is an open-source project. It's primarily maintained by one |
| 8 | + person as a hobby. |
| 9 | + |
| 10 | + For this reason, the focus is on flawless code and self-service |
| 11 | + documentation, not support. |
| 12 | + |
| 13 | +Enterprise |
| 14 | +---------- |
| 15 | + |
| 16 | +websockets is maintained with high standards, making it suitable for enterprise |
| 17 | +use cases. Additional guarantees are available via :doc:`Tidelift <tidelift>`. |
| 18 | +If you're using it in a professional setting, consider subscribing. |
| 19 | + |
| 20 | +Questions |
| 21 | +--------- |
| 22 | + |
| 23 | +GitHub issues aren't a good medium for handling questions. There are better |
| 24 | +places to ask questions, for example Stack Overflow. |
| 25 | + |
| 26 | +If you want to ask a question anyway, please make sure that: |
| 27 | + |
| 28 | +- it's a question about websockets and not about :mod:`asyncio`; |
| 29 | +- it isn't answered in the documentation; |
| 30 | +- it wasn't asked already. |
| 31 | + |
| 32 | +A good question can be written as a suggestion to improve the documentation. |
| 33 | + |
| 34 | +Cryptocurrency users |
| 35 | +-------------------- |
| 36 | + |
| 37 | +websockets appears to be quite popular for interfacing with Bitcoin or other |
| 38 | +cryptocurrency trackers. I'm strongly opposed to Bitcoin's carbon footprint. |
| 39 | + |
| 40 | +I'm aware of efforts to build proof-of-stake models. I'll care once the total |
| 41 | +energy consumption of all cryptocurrencies drops to a non-bullshit level. |
| 42 | + |
| 43 | +You already negated all of humanity's efforts to develop renewable energy. |
| 44 | +Please stop heating the planet where my children will have to live. |
| 45 | + |
| 46 | +Since websockets is released under an open-source license, you can use it for |
| 47 | +any purpose you like. However, I won't spend any of my time to help you. |
| 48 | + |
| 49 | +I will summarily close issues related to cryptocurrency in any way. |
0 commit comments