summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/tools/third_party/websockets/docs/howto/index.rst
blob: ddbe67d3ae20869a242ca639872c921a9eabd56a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
How-to guides
=============

In a hurry? Check out these examples.

.. toctree::
   :titlesonly:

   quickstart

If you're stuck, perhaps you'll find the answer here.

.. toctree::
   :titlesonly:

   cheatsheet
   patterns
   autoreload

This guide will help you integrate websockets into a broader system.

.. toctree::
   :titlesonly:

   django

The WebSocket protocol makes provisions for extending or specializing its
features, which websockets supports fully.

.. toctree::
   :titlesonly:

   extensions

.. _deployment-howto:

Once your application is ready, learn how to deploy it on various platforms.

.. toctree::
   :titlesonly:

   render
   fly
   heroku
   kubernetes
   supervisor
   nginx
   haproxy

If you're integrating the Sans-I/O layer of websockets into a library, rather
than building an application with websockets, follow this guide.

.. toctree::
   :maxdepth: 2

   sansio