Server » History » Version 5
  Philippe May, 12/01/2019 13:08 
  
| 1 | 1 | Philippe May | h1. Server | 
|---|---|---|---|
| 2 | 1 | Philippe May | |
| 3 | 4 | Philippe May | The server is written in Python, with the following components (list not exhaustive): | 
| 4 | 4 | Philippe May | |
| 5 | 5 | Philippe May | * "AioHTTP":https://pypi.org/project/aiohttp/: the web engine | 
| 6 | 4 | Philippe May | * "Gino":https://github.com/fantix/gino: database access | 
| 7 | 4 | Philippe May | |
| 8 | 4 | Philippe May | The web front end uses: | 
| 9 | 4 | Philippe May | |
| 10 | 4 | Philippe May | * "Angular":https://github.com/angular/angular: the web framework | 
| 11 | 4 | Philippe May | * "Angular material":https://github.com/angular/material: user interface elements | 
| 12 | 4 | Philippe May | |
| 13 | 3 | Philippe May | It uses a "PostGIS":http://postgis.refractions.net/ database. |