Page 1 of 1

Can I use EventSource API in Appery?

Posted: Sun Oct 04, 2015 11:19 pm
by Aeneas McBurney

I want to implement a server side script to push database updates from a message table to the client. Is this possible with Appery?

https://developer.mozilla.org/en-US/d...

Thanks,
Aeneas


Can I use EventSource API in Appery?

Posted: Thu Oct 08, 2015 8:05 pm
by Aeneas McBurney

Any updates on this?


Can I use EventSource API in Appery?

Posted: Fri Oct 09, 2015 6:14 am
by Evgene Karachevtsev

Hello Aeneas,

Sorry for the radio silence here, we're investigating this question and will get back to you with the update.


Can I use EventSource API in Appery?

Posted: Sat Oct 10, 2015 4:13 pm
by Serhii Kulibaba

Hello Aeneas,

Do you want to use that library in the Server code or inside of the app?
We are very sorry, but custom logic/libraries is something outside the scope (http://devcenter.appery.io/support-po...) of our support. Please check it by yourself,


Can I use EventSource API in Appery?

Posted: Sat Oct 10, 2015 7:17 pm
by Aeneas McBurney

I want to be able to push database events to the client without using polling. Is this possible with Appery?


Can I use EventSource API in Appery?

Posted: Sun Oct 11, 2015 8:26 pm
by Serhii Kulibaba

Unfortunatelly, it is impossible.


Can I use EventSource API in Appery?

Posted: Sun Oct 11, 2015 11:46 pm
by Aeneas McBurney

Is this something developers can look at incorporating as there is no way to write a messaging app otherwise?


Can I use EventSource API in Appery?

Posted: Mon Oct 19, 2015 12:12 pm
by Alena Prykhodko

Hello Aeneas,

You can write code to take advantage of EventSource API. We currently don't have any out-of-the-box visual tools for that.

Also you can try to use short polling.

[quote:]Is this something developers can look at incorporating as there is no way to write a messaging app otherwise?[/quote]

We'll pass this idea to our management.