microservice 0.1.0

A microservice template using Cap'n Proto
Documentation
1
2
3
4
5
@0xaf46030081f7e82d;

interface Microservice {
    hello @0 (request :Text) -> (response :Text);
}