# LCC

LCC is a collection of services that enable clients and services to receive push notifications on document updates (create, update and delete) in near real time.&#x20;

<table><thead><tr><th width="150">Service</th><th>Description</th></tr></thead><tbody><tr><td><a href="services/infocaster">Infocaster</a></td><td>Enables web and mobile clients to receiving data that is HTTP POSTed to a Webhook URL. </td></tr><tr><td><a href="services/native-push">Native Push</a></td><td>Wrapper around AWS SNS that handles both broadcast and singlecast of push notifications to iOS and Android devices. Since 2021 it also supports Huawei.</td></tr><tr><td><a href="services/query-streamer">QueryStreamer</a></td><td>Event engine. Receives document events from OC and matches (and forwards) the events to clients based on client defined queries. Can forward events to Infocaster clients and Native Push.</td></tr><tr><td><a href="https://play.lcc.infomaker.io">Play</a></td><td>Web based playground to test out Infocaster and QueryStreamer. No registration required.<br><br>Uses the stage environment.</td></tr></tbody></table>
