mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-04-10 16:45:53 +00:00
15 lines
257 B
Haskell
15 lines
257 B
Haskell
module Simplex.FileTransfer where
|
|
|
|
-- TODO
|
|
-- Protocol
|
|
-- Store (in memory storage)
|
|
-- StoreLog (append only log)
|
|
-- FileDescription
|
|
-- Server
|
|
-- Client
|
|
-- Server/Main (server CLI)
|
|
-- Client/Main (client CLI)
|
|
--
|
|
-- Transport for HTTP2 ?
|
|
-- streaming Crypto
|