Hi All,
I am writing a RFC for ASBP (Asynchronous Services Bus Protocol) and I would like to add some Acknowledgements
to the authors of the Google Secure Data Connector. The original idea came to me when reading the docs of the
Google Secure Data Connector which have been taken down.
ASBP in a nutshell is a simple UTF-8 key value routing header placed in a HTTP 1.0/1.1 body, HTTP/2 or WebSocket
application data section. It can be used to do some similar things to the GSDC like attach to a server from behind a
firewall, but is designed for any language and almost any cloud (public or private with either HTTP/2 or WebSocket
support in some manor (i.e. install your own Jetty instance)). Also ASBP will transport any kind of data (text, XML,
JSON, binary, etc.).
Who wrote the Google Secure Data Connector, and deserves Acknowledgements?
Cheers,
Scott