Server » History » Version 4
Version 3 (Philippe May, 26/10/2016 12:35) → Version 4/5 (Philippe May, 12/01/2019 13:07)
h1. Server
The server is written in Python, with the following components (list not exhaustive):
* "AioHTTP":https://pypi.org/project/aiohttp/": the powered by "Flask":http://flask.pocoo.org/, a web engine
* "Gino":https://github.com/fantix/gino: database access
The web front end uses:
* "Angular":https://github.com/angular/angular: the web micro framework for Python.
* "Angular material":https://github.com/angular/material: user interface elements
It uses a "PostGIS":http://postgis.refractions.net/ database.
The server is written in Python, with the following components (list not exhaustive):
* "AioHTTP":https://pypi.org/project/aiohttp/": the powered by "Flask":http://flask.pocoo.org/, a web engine
* "Gino":https://github.com/fantix/gino: database access
The web front end uses:
* "Angular":https://github.com/angular/angular: the web micro framework for Python.
* "Angular material":https://github.com/angular/material: user interface elements
It uses a "PostGIS":http://postgis.refractions.net/ database.