Skip to main content

Hosting

After developing your own adapters, overlays and themes it is necessary that those are hosted and served over HTTPS for use in our system. Adapters and overlays are HTML pages that can be displayed in iframes, themes are simple CSS files; their hosting is therefore standard in the Web development world.

There are a lot of hosting services offering both paid or free services, you are free to choose the ones that suit you best as long as they respect the few conditions listed above. It is important to note that the source code of HTML, JavaScript and CSS files is always accessible to anyone who knows their URLs; we therefore strongly urge you to choose a security-conscious service if your code contains sensitive information and must remain secret. For example, you can set up an authentication system, prevent your files from being indexed by different search engines, etc.

warning

This page is currently being written...