This example shows some very basic usage. It creates an application and one Home controller which will be registered automatically.
While testing some PyPI packages on a recent ipy 3.4 I have discovered that the sqlite3 package bundled with IronPython is not working correctly. After looking into the source code and some debugging ...