incognitomessaging

module
v0.0.0-...-d958ee8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 11, 2024 License: MIT

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL