/browser-functions

A platform for running functions inside a browser, on a server

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Browser Functions

Browser Functions is a platform for running functions written using the Web API, on a server. Any code executable by a modern browser, such as HTML, JavaScript, CSS, or even WebAssembly, can be executed inside Browser Functions. The functions are actually executed within a browser on the server (e.g. Chrome or Firefox). This means that front-end code can be used directly in the backend.

Documentation and examples

You can view the documentation describing how to install, manage and use Browser Functions, and also view examples of functions that can be executed on the platform.

Contributing

Please view the contribution guidelines.