Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
gevent-socketio / docs / source / server.rst
Size: Mime:
.. _server_module:

:mod:`socketio.server`
======================

This is the component used to hook Gevent and its WSGI server to
the WSGI app to be served, while dispatching any Socket.IO related
activities to the `handler` and the `transports`.

.. automodule:: socketio.server
    :members:
    :undoc-members:
    :show-inheritance:
    :special-members: __init__