Skip to content

Overview

Custom Web Apps

We can deploy anything as long as it's open source and we can put it in a Docker container. For instance, Node.js apps, Flask or Dash apps. Etc.

Example of a Node.js App

See the source code for this app

We just push these kinds of applications through GitHub into the server.

Setup

How to get your app hosted

If you already have a web app in a git repository then, as soon as it's containerized, we can fork the Git repository into the StatCan GitHub repository and point a URL to it. To update it, you'll just interact with the StatCan GitHub repository with Pull Requests.

Contact us if you have questions.