Page 1 of 1

I don't know the difference between Webhooks and Server Code - can you succinctly explain the differences in where one i

Posted: Sun Aug 16, 2015 9:45 pm
by A.W.H.

Thanks!


I don't know the difference between Webhooks and Server Code - can you succinctly explain the differences in where one i

Posted: Mon Aug 17, 2015 1:41 pm
by Illya Stepanov

Webhooks - is a HTTP POST request with callback to some event, for example if you just created a new version of your app service will automatically returns you payload with date, time, app name etc.

You can read more here: https://devcenter.appery.io/documenta...

Server Code - is a script code that can independently be run on a server. Usually used for heavy parts of logic or time consuming requests calls.

Here is a good post: https://blog.appery.io/2015/07/quickl...

Or watch our video here: https://youtu.be/WAsPtU6ndpI?list=PLd...