tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

index.rst (904B)


      1 How-to guides
      2 =============
      3 
      4 In a hurry? Check out these examples.
      5 
      6 .. toctree::
      7   :titlesonly:
      8 
      9   quickstart
     10 
     11 If you're stuck, perhaps you'll find the answer here.
     12 
     13 .. toctree::
     14   :titlesonly:
     15 
     16   cheatsheet
     17   patterns
     18   autoreload
     19 
     20 This guide will help you integrate websockets into a broader system.
     21 
     22 .. toctree::
     23   :titlesonly:
     24 
     25   django
     26 
     27 The WebSocket protocol makes provisions for extending or specializing its
     28 features, which websockets supports fully.
     29 
     30 .. toctree::
     31   :titlesonly:
     32 
     33   extensions
     34 
     35 .. _deployment-howto:
     36 
     37 Once your application is ready, learn how to deploy it on various platforms.
     38 
     39 .. toctree::
     40   :titlesonly:
     41 
     42   render
     43   fly
     44   heroku
     45   kubernetes
     46   supervisor
     47   nginx
     48   haproxy
     49 
     50 If you're integrating the Sans-I/O layer of websockets into a library, rather
     51 than building an application with websockets, follow this guide.
     52 
     53 .. toctree::
     54   :maxdepth: 2
     55 
     56   sansio