Pakket: python3-magic-wormhole-mailbox-server (0.4.1-3)
Verwijzigingen voor python3-magic-wormhole-mailbox-server
Debian bronnen:
Het bronpakket magic-wormhole-mailbox-server downloaden:
- [magic-wormhole-mailbox-server_0.4.1-3.dsc]
- [magic-wormhole-mailbox-server_0.4.1.orig.tar.gz]
- [magic-wormhole-mailbox-server_0.4.1-3.debian.tar.xz]
Beheerder:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
Magic Wormhole Mailbox Server
This is the main server that Magic-Wormhole clients connect to. The server performs store-and-forward delivery for small key-exchange and control messages. Bulk data is sent over a direct TCP connection, or through a transit-relay.
Clients connect with WebSockets, for low-latency delivery in the happy case where both clients are attached at the same time. Message are stored to enable non-simultaneous clients to make forward progress. The server uses a small SQLite database for persistence (and clients will reconnect automatically, allowing the server to be rebooted without losing state). An optional "usage DB" tracks historical activity for status monitoring and operational maintenance.
Andere aan python3-magic-wormhole-mailbox-server gerelateerde pakketten
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-attr
- Attributes without boilerplate (Python 3)
-
- dep: python3-autobahn
- WebSocket client and server library, WAMP framework - Python 3.x
-
- dep: python3-six
- Python 2 and 3 compatibility library
-
- dep: python3-twisted
- Event-based framework for internet applications