blog backend api, with protocol buffers
- store posts
- posts can be queried by tag
- tags with certain prefixes require exact match
- tags can be listed, but password= tags aren't in the list
- tags can be queried for correlation, but filtering's busted lol
- password tag can be found
- post can be retrieved with said password
rake jar
java -jar medianoche.jar
if the defaults don't work, use environment variables
address = ENV['MEDIANOCHE_ADDRESS'] || '0.0.0.0'
port = ENV['MEDIANOCHE_PORT'] ? ENV['MEDIANOCHE_PORT'].to_i : 6909
$key = ENV['MEDIANOCHE_KEY'] || 'capa meets the sun to heal TrewpOjna'