套件:python3-magic-wormhole-mailbox-server(0.4.1-3)
python3-magic-wormhole-mailbox-server 的相關連結
Debian 的資源:
下載原始碼套件 magic-wormhole-mailbox-server:
- [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]
維護者:
外部的資源:
- 主頁 [github.com]
相似套件:
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.
其他與 python3-magic-wormhole-mailbox-server 有關的套件
|
|
|
|
-
- 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