Skip to content

acdlbs/RubyServerDev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

Minimalist chat server with end-to-end encryption

Resources

Stars

Watchers

Forks

Packages

No packages published