As I understand, right now vibe.d can host REST based services (JSON). But it would be awesome to be able to expose and consume Thrift Services too:

  • 'non-blocking' (fiber based)
  • support SSL (so you can use it for client-server RPC over internet)
  • multiplexing (configured through routing)

Do you think would be feasible?
Is it something like this planed or in the works?

Thanks