staticbackendhq / core

Backend server API handling user mgmt, database, storage and real-time component
https://staticbackend.com
MIT License
682 stars 67 forks source link

Feature: Server-side functions #17

Closed dstpierre closed 2 years ago

dstpierre commented 2 years ago

This PR implements the server-side function.

  1. The JavaScript runtime in which function will run
  2. Managing the functions (logs, execution time, error reporting)