project-lux / lux-middletier

Node backend for LUX frontend (a.k.a. middle tier)
Apache License 2.0
2 stars 0 forks source link

Middle Tier

The "middle tier" is a mediator between the JavaScript frontend and the MarkLogic backend, providing REST/JSON API endpoints to the frontend for the data retrieved from the backend. It also takes care of the authentication to the backend, hiding it from the frontend.