* blog: v1 release notes * Update 20220112-simplex-chat-v1-released.md (#181) * Update 20220112-simplex-chat-v1-released.md (#183) updated intro and "journalist" description. * add blog posts * make corrections to v1 blog (#188) * update 20210512-simplex-chat-terminal-ui.md (#192) * Update 20210512-simplex-chat-terminal-ui.md * Update 20210914-simplex-chat-v0.4-released.md * Update 20210914-simplex-chat-v0.4-released.md * update blog post * add blog toc and old post Co-authored-by: Mark Aleksander Hil <32651095+markaleksanderh@users.noreply.github.com> Co-authored-by: Rob Chandhok <rob@chandhok.net> Co-authored-by: Efim Poberezkin <8711996+efim-poberezkin@users.noreply.github.com>
926 B
Simplex chat
Published: Oct 22, 2020
I'd really appreciate your feedback, criticism and suggestions on the open-source idea I was slowly working on since early 2020. I recently made the demo server for the low-level message queue protocol ("simplex messaging protocol") and the website to try to explain the chat idea that would use this protocol.
Haskell protocol implementation: https://github.com/simplex-chat/simplexmq
In short, the protocol defines a minimalist set of commands and server responses (just 7 commands and 5 responses sent over TCP) to operate encrypted message queues with in-memory persistence - the implementation uses STM.
If anything, it was definitely helping to get to know Haskell types etc. much deeper than before :)
Any criticism would be great - thank you in advance!
Originally published at https://www.reddit.com/r/haskell/comments/jg6uh4/simplex_chat/