IBM / cap

The Common Alerting Protocol (CAP) allows emergency messages to be simultaneously disseminated over a wide variety of existing and emerging public alerting systems.
Apache License 2.0
20 stars 18 forks source link

Provide common transportation mechanism for WebServer #14

Open brahmaroutu opened 6 years ago

brahmaroutu commented 6 years ago

Currently only atom/xml is supported, we need something like JSONfeed or protobuf mechanisms(discussed by @cmluciano and me) to deliver content.

cmluciano commented 6 years ago

I mention protobuf so that we can remove some of the type conversions that will be common between difference language implementations. Unfortunately I have not found docs on the possibibility of accepting xml in protobuf natively.

mikebrow commented 6 years ago

Yes we need this, but we'll need to support both as the xml one is the standard.

MHBauer commented 6 years ago

I'd leave it as xml as long as possible. protobuf binds you to protobuf too much.