Guild Chat App

Hi all,

Is it possible to develop a mobile or browser real time guild chat app for trinity core 3.3.5a? I would like to know what tools should I have and where to start?

Thanks!

Yes it is possible but you have to write the core support by yourself. You could start by providing an additional tcp socket which the server uses to broadcast guild chat messages. Your app will connect to this socket and receive the messages. This is a very basic concept. Please notice that you will need an authentication and authorization concept.