TAMULib / weaver-components

Custom Web Components for the Weaver UI
MIT License
0 stars 1 forks source link

Weaver Components should provide a Message Receiver Component #407

Closed jeremythuff closed 3 years ago

jeremythuff commented 3 years ago

This should be modeled after the manifest component and provide a MessageChannel child component. This should be configurable to operate over different messaging paradigms including ServerSideEvents, LongPolling, and Websockets. We might use the stomp library to enable this.