I have three MVC web applications namely App1, App2, App3. All three application having same set of users. In App1, I have implemented messaging module, which helps application users to communicate with each other with in the application. I want to integrate messaging module into application App2 & App3, without moving entire code from App1. So then message sent from App1 can be visible from App2.
I have the following component,
- Message database
- Messaging module with in MVC area
How to integrate messaging module between application?