Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 550 Bytes

File metadata and controls

24 lines (20 loc) · 550 Bytes

RubyChatServer

Minimalist chat server with end-to-end encryption.

*** NOTE: This is meant as a learning experience, there are many security vulnerabilities in this project. It is not meant to be used for important messages. ***

About

This was created as a project to help me learn more about the inner workings of TCP, HTTP and Encryption.

Running

To run just

git clone https://github.com/acdlbs/RubyServerDev.git
cd RubyServerDev
docker compose build
docker compose run

Navigate to http://localhost:4141/