Baqend Code Handlers

Baqend Code Handlers are JavaScript (Node.js) functions that get evaluated on the server side. They come in handy when you need to enforce rules and cannot trust clients.

With handlers you are able to intercept and modify CRUD operations sent by clients. The four tabs are for each of the three basic data manipulation operations (insert, update, delete) and onValidate for easily validation. Each tab has an empty function template that will be called before executing the operation. Here you can perform secure validations or execute additional business logic.

Baqend Code Handlers documentation