The API is designed to be easy to use by client developers.
The server provides access to multiple data sources.
A reload mechanism reloads the data from its original source and replaces the data.
At the moment this is all done in a single file nodejs express server. This should be more structured.
Software Architecture
The API is designed to be easy to use by client developers. The server provides access to multiple data sources. A reload mechanism reloads the data from its original source and replaces the data.
At the moment this is all done in a single file nodejs express server. This should be more structured.