Codehooks
Codehooks is a JavaScript-native serverless backend platform that bundles a NoSQL document database, key-value store, persistent queues with workers, CRON jobs, blob storage, frontend hosting, and an automatic CRUD REST API in a single CLI-deployable runtime. Developers write small Node.js handler f
9 channels
across 1 AsyncAPI spec
· Provider profile
Channels
-
Triggered after a new document has been successfully created in a collection.Codehooks Events API
-
Triggered after a document has been successfully deleted from a collection.Codehooks Events API
-
Triggered after a document has been read from a collection. Allows transformation or filtering of the returned data.Codehooks Events API
-
Triggered after a document has been successfully updated in a collection.Codehooks Events API
-
Triggered before a new document is created in a collection. Allows validation or transformation of the incoming document data.Codehooks Events API
-
Triggered before a document is deleted from a collection. Allows validation or prevention of the deletion.Codehooks Events API
-
Triggered before a document is read from a collection. Allows modification of query parameters or access control enforcement.Codehooks Events API
-
Triggered before a document is updated in a collection. Allows validation or transformation of the update data.Codehooks Events API
-
Queue worker channel for processing asynchronous jobs. Worker functions registered for a topic receive jobs enqueued via the REST API or internal triggers.Codehooks Events API