Hi,
Is there an example of using ICS to create a server that supports webhook subscriptions?
https://codeburst.io/what-are-webhooks-b04ec2bf9ca2
The Idea is for the consumer to send a REST JSON message detailing what he subscribes to, containing the URL he needs the data on.
The server would then send all new events to the consumer as and when it happens.
SSL would be needed.
What I need to know is would it be possible to keep the reverse connection open and send messages over it for a period of a full day?
Depending on frequency the overhead of re-establishing sessions could become too expensive.
Thanks,
JP