deadphoenix8091 / homebrew.space

Other
32 stars 3 forks source link

JavaScript client implementation utilizing the TinyDB API instead of relying on serverside rendering #11

Open deadphoenix8091 opened 5 years ago

deadphoenix8091 commented 5 years ago

Currently the API Responses differ both in functionality and in performance from the current web version.

In order to have a single source of truth in terms of datastructure and caching behaviour, the web client should also use the API to get its data.

This will help development on the API and thus also development of other clients.