File: main.rst

package info (click to toggle)
gevent-socketio 0.3.6-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 716 kB
  • ctags: 551
  • sloc: python: 2,031; makefile: 134
file content (14 lines) | stat: -rw-r--r-- 333 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.. _main_module:

:mod:`socketio`
===============

This module holds the main hooking function for your framework of choice.

Call the `socketio_manage` function from a view in your framework and this
will be the beginning of your Socket.IO journey.

.. automodule:: socketio
    :members:
    :undoc-members:
    :show-inheritance: