Skip to content
This repository was archived by the owner on Aug 4, 2022. It is now read-only.

Latest commit

 

History

History
47 lines (37 loc) · 935 Bytes

File metadata and controls

47 lines (37 loc) · 935 Bytes

Tutorials & Examples

The best way to get familiar with stdnet API is to dive into the tutorials. In this section we will walk you though all the main aspects of the library, following simple applications as examples. We will refer back to the :ref:`library API <model-index>` as much as possible so that advanced configuration parameters and functionalities can be investigated.

The collection of tutorials examples is available in the :mod:`examples` module in the source distribution.

Tutorials

.. toctree::
   :maxdepth: 1

   tutorial
   registration
   query
   sorting
   search
   sessions
   twitter
   permissions
   columnts


Topics

.. toctree::
   :maxdepth: 1

   related
   structures
   json
   primary
   performance
   underscore
   serialise
   asynchronous
   local
   extensions