Although this repo is designed for one specific site, I intend this code to be general enough for my use in future web projects. It is also a chance for me to attempt to implement a proof-of-work based antispam mechanism.
Requires golang and mysql
TODO
TODO
- Thanks to https://github.com/sporkmonger/hardlock for an excellent proof-of-work example for me to study
- Thanks to https://github.com/jimmahoney/golang-webserver for a simple golang server for me to start from.
- Thanks to https://github.com/geraintluff/sha256 for a nifty public domain sha256 function in javascript