Skip to content

AcidicNic/Ekko

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Report Card

Ekko

Encrypted Logless Messaging Platform that enables messaging in countries where social platforms are filtered, or for people that need anonymity during times of political turmoil.

Chat Page

To use the chat app: Click Here to View

To Run

$ git clone https://www.github.com/AcidicNic/Ekko
$ cd Ekko
$ cd src
$ go build main.go
$ ./Ekko

navigate to localhost:8080

To Run with Docker

$ git clone https://www.github.com/AcidicNic/Ekko
$ docker build -t ekko-image .
$ docker run -p 8080:8080 --rm --name ekko-container ekko-image

navigate to localhost:8080

To deploy to caprover

$ git clone https://www.github.com/AcidicNic/Ekko
$ docker build -t ekko-image .
$ caprover deploy

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published