A simple framework for constructing websocket servers from filter chains.
Project 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) and pubsub handling
Supports token based auth
New behaviors are added by simply importing filter modules
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file filtered_websocket-0.4.1.tar.gz
.
File metadata
- Download URL: filtered_websocket-0.4.1.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 79389424f87d07c40f03e46c313a321e14504753ca77fc88a932a3f4c4bb99e4 |
|
MD5 | 695819481af9d8ec36953c4808c81d08 |
|
BLAKE2b-256 | a126c6082f536968eebf9d41d185747186aecc997dcd22db98430a61d7b2d73b |