A Golang implementation of the MDR chat protocol (https://github.com/neghmurken/mdr) as a toy-project for the 13th KNPLabs hackathon
- Docker
- inotify-tools (optional)
Build the binary with
$ make build
This will produce a mdr
binary in the /bin
folder
Use the project watcher to automatically rebuild the binary if a go file is modified
$ make watch
$ make run
... or
$ /bin/mdr