Page 1 of 1

Building a Group Chat in Jquery App (Not Ionic App)?

Posted: Sun Oct 15, 2017 6:53 pm
by Ed

Do you have a Tutorial for building a Group Chat (more than 2 users) in Jquery App (Not Ionic App)?

The existing tutorial that I found is for Ionic App only at the following link:

https://blog.appery.io/2015/12/how-to...

Btw, I already looked at this link as well but it is too basic:

https://www.youtube.com/watch?v=r7bSY...

Is there a similar tutorial to the Ionic one or even a plugin for a "Non-Ionic" App? Thanks in advance!


Building a Group Chat in Jquery App (Not Ionic App)?

Posted: Mon Oct 16, 2017 12:30 pm
by Evgene Karachevtsev

Hello Ed,

Unfortunately, we don't have such tutorial. We're planning to add this in the future, but I can't say you the estimated date now.


Building a Group Chat in Jquery App (Not Ionic App)?

Posted: Tue Oct 17, 2017 12:42 am
by Ed

So, is there a workaround for applying the Ionic Tutorial to a Jquery App? I thought there was some kind of workaround? I am a little disappointed you did not attempt to help me in identifying some kind of workaround. Perhaps, someone else at Appery can provide a solution? Thanks.


Building a Group Chat in Jquery App (Not Ionic App)?

Posted: Tue Oct 17, 2017 3:58 pm
by Serhii Kulibaba

Hello, you can use the same Server Code for both platforms. Also, you can use EventSource API in jQuery apps as well, so you can use that tutorial a core of your app.


Building a Group Chat in Jquery App (Not Ionic App)?

Posted: Tue Oct 17, 2017 6:30 pm
by Ed

Thank you Serhii! I really appreciate it your help with this.