Sending Jason data to server from Deepstream

Deepstream provides three protocol kafka, azure and AMQP. My webserver is running IIS.
Just like to know which protocol is suitable for IIS and how can I find infos?

Hi,
I do not think you can use these three protocols for IIS, we provide API for messaging interface, nvds_msgapi, to implement a custom protocol message handler and integrate it with DeepStream applications. Such a message handler, known as a protocol adapter, enables you to integrate DeepStream applications with backend data sources, such as data stored in the cloud.
Documentation for this, refer to: