Welcome to stargate’s documentation!

stargate is a package for adding [WebSockets] support to pyramid applications using the excellent eventlet library to handle long running connections inside a non blocking WSGI server.

Advantages

Most existing implementations of a WebSocket capable server run stand alone from your web app, usually on a different port or host. stargate allows you to connect persistent connection directly to the same objects that comprise your application. The advantages of this approach will become apparent in the examples section.

Contents:

Indices and tables

Table Of Contents

Next topic

What are WebSockets?

This Page