Easy to use decentralized chat application featuring end-to-end encryption.
go get "github.com/AAA-Intelligence/leuchtfeuer"
To compile and run the server, assuming you are in the folder $GOPATH/src/github/AAA-intelligence/leuchtfeuer/, simply:
go run ./cmd/server/server.go
Likewise, to compile and run the client:
go run ./cmd/client/client.go
Feel free to submit issues and enhancement requests.
Please refer to each project's style guidelines and guidelines for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow.
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request so that we can review your changes
NOTE: Be sure to merge the latest from "upstream" before making a pull request!