What is CallMyApp?

CallMyApp is a simple free online time-based 'callback' service written to be used by 3rd party application developers. You can think of it as simply an online 'cron' service

Who should use CallMyApp?

The primary audience are application developers. CallMyApp is an online, RESTful API service that can be integrated into 3rd party applications to offer asyncronous, scheduled HTTP callbacks.

Why should I use CallMyApp?

Advantages of CallMyApp

CallMyApp removes your application's dependency on OS level functions, which eases development, deployment and maintenance across multiple environments and operating systems.

Integrating CallMyApp into your application means that you can have asynchronous 'cron' functionality without OS level dependancies, which makes managing a development environment and release process a bit easier.

Using CallMyApp also means that you simply have less code to write - let CallMyApp deal with dates and scheduling stuff!

What's the problem with using a traditional CRON job/service?

CallMyApp is essentially a replacement for a traditional OS 'cron' or 'job scheduler' system

The problem with these systems is that they are often configured at the operating system level, which means their configuration is probably not easily 'portable' (if you are developing on Windows, the scheduler works differently from Linux or Unix).

In addition, changing an OS level cron/scheduler requires 'administrator' access and can often only be done 'manually'.

For these reasons, controlling OS level 'cron' functionality can not easily be integrated into a development environment.

I want to use CallMyApp, where do I start?

To start using CallMyApp, simply register for free to obtain your 'API' key, then take a look at the documentation on how to integrate CallMyApp into your applications.