repository
0.0.0-20241011221438-d958ee8ae670
Repository: https://github.com/jri98/incognitomessaging.git
Documentation: pkg.go.dev
# 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