Categorygithub.com/JRI98/incognitomessaging
repository
0.0.0-20241011221438-d958ee8ae670
Repository: https://github.com/jri98/incognitomessaging.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Incognito Messaging

Implementation of an end-to-end encrypted messaging service. Loosely inspired by Signal but trying to be simpler by keeping the messages ordered in the server. Makes use of NATS in the server and SQLite to store the messages locally.

SQL

sqlc generate -f client/database/sqlc.yaml

Server

docker run -p 4222:4222 -it nats -js go run server/main.go

Client

go run client/main.go

Future Research