django-omnibus
  • Server
    • Installation
      • Quickstart
      • Using SockJS
    • Configuration reference
      • OMNIBUS_ENDPOINT_SCHEME
      • OMNIBUS_SERVER_HOST
      • OMNIBUS_SERVER_PORT
      • OMNIBUS_SERVER_BASE_URL
      • OMNIBUS_DIRECTOR_ENABLED
      • OMNIBUS_FORWARDER_ENABLED
      • OMNIBUS_SUBSCRIBER_ADDRESS
      • OMNIBUS_PUBLISHER_ADDRESS
      • OMNIBUS_DIRECTOR_SUBSCRIBER_ADDRESS
      • OMNIBUS_DIRECTOR_PUBLISHER_ADDRESS
      • OMNIBUS_AUTHENTICATOR_FACTORY
      • OMNIBUS_WEBAPP_FACTORY
      • OMNIBUS_CONNECTION_FACTORY
    • Usage (server and API)
      • Starting the server
      • Sending messages to a channel
    • Extending django-omnibus
    • Multi-server setups
      • How it works
      • Example configuration with 4 servers
    • Internals / behind the scenes
      • Message envelop and structure
      • Commands
  • Client
    • Installation and integration
      • Quickstart
      • Dependencies
        • SockJS
        • JSON2
      • Setup
    • Usage
      • Connection
        • Options
        • Public functions
      • Channel
      • Events
    • Internals / behind the scenes
      • Utils
      • EventBus
        • Registration
        • Wildcard handlers
        • Event instances
      • Connection
        • Channel reference storage
        • The send queue
      • Channel
        • Closing a Channel
      • GruntJS Taskrunner
        • Configurations
        • Build a new release
  • Contribution
    • Django Code
      • Testing the code
      • Documentation
    • JavaScript Code
      • Change the code
      • Generate a documentation
      • Validation & testing
      • Code declaration
 
django-omnibus
  • Docs »
  • Server
  • Edit on GitHub

ServerΒΆ

  • Installation
    • Quickstart
    • Using SockJS
  • Configuration reference
    • OMNIBUS_ENDPOINT_SCHEME
    • OMNIBUS_SERVER_HOST
    • OMNIBUS_SERVER_PORT
    • OMNIBUS_SERVER_BASE_URL
    • OMNIBUS_DIRECTOR_ENABLED
    • OMNIBUS_FORWARDER_ENABLED
    • OMNIBUS_SUBSCRIBER_ADDRESS
    • OMNIBUS_PUBLISHER_ADDRESS
    • OMNIBUS_DIRECTOR_SUBSCRIBER_ADDRESS
    • OMNIBUS_DIRECTOR_PUBLISHER_ADDRESS
    • OMNIBUS_AUTHENTICATOR_FACTORY
    • OMNIBUS_WEBAPP_FACTORY
    • OMNIBUS_CONNECTION_FACTORY
  • Usage (server and API)
    • Starting the server
    • Sending messages to a channel
  • Extending django-omnibus
  • Multi-server setups
    • How it works
    • Example configuration with 4 servers
  • Internals / behind the scenes
    • Message envelop and structure
    • Commands
Next Previous

© Copyright 2014, Moccu GmbH & Co. KG.

Built with Sphinx using a theme provided by Read the Docs.