Modules
=======


:mod:`stargate`
--------------------

.. automodule:: stargate
    :members:

:class:`~stargate.view.WebSocketView` and :class:`~stargate.resource.WebSocketAwareResource` are also available in this namespace, and this is the prefered location to use them from

:mod:`stargate.resource`
----------------------------

.. automodule:: stargate.resource
    :members:

:mod:`stargate.view`
----------------------------

.. automodule:: stargate.view
    :members:

:mod:`stargate.factory`
----------------------------

.. automodule:: stargate.factory
    :members:

:mod:`stargate.handshake`
------------------------------

.. automodule:: stargate.handshake
    :members:

.. rubric:: References

.. [server_factory] http://pythonpaste.org/deploy/#paste-server-factory
.. [websocket_protocol] http://en.wikipedia.org/wiki/Web_Sockets#WebSocket_Protocol_Handshake
.. [predicate_arguments] http://docs.repoze.org/bfg/1.3/narr/views.html#predicate-arguments
