Skip to content

Demonstrates how communication via events between two Apps can be setup. Topics: #programming-pattern #sample #sick-appspace

License

Notifications You must be signed in to change notification settings

sick-appspace-samples/MultipleAppEvents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MultipleAppEvents

Demonstrates how communication via events between two Apps can be setup.

Description

This sample Apps show how event interfaces can be served and notified within one App and handled asynchronously (non blocking) by another. The 'ServeEventsApp' app serves an event and notifies it (served events/functions can be seen in the app Properties). The 'UseEventsApp' app on the other hand is registering to that event and reacting when the event is being notified.

How to Run

To demonstrate, both Apps must be started together. The output can be seen on the console.

Topics

programming-pattern, sample, sick-appspace

About

Demonstrates how communication via events between two Apps can be setup. Topics: #programming-pattern #sample #sick-appspace

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages