Metadata-Version: 1.1
Name: filtered-websocket
Version: 0.0.5
Summary: A simple framework for constructing websocket servers from filter chains.
Home-page: https://github.com/mrrrgn/filtered_websocket/tarball/0.0.5
Author: Morgan Reece Phillips
Author-email: winter2718@gmail.com
License: BSD
Description: 
            Filtered WebSocket is a straight forward framework for implementing websocket servers which draws inspiration from UNIX process pipelines.
            It's a metaphor for: cat server_event | behavior_a | behavior_b | ...
            Server event handlers are encapsulated within filters such that building elaborate behaviors is as easy as importing new modules.
            Imported filters automatically add themselves to an appropriate filter chain (pipeline).
        
            - Supports SSL
            - Scales horizontally via remote backend storage (redis)
            - Supports token based auth
            - New behaviors are added by simply importing filter modules
Keywords: websocket TwistedWebsocket
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: BSD License
