# browser-functions **Repository Path**: mirrors_ibm/browser-functions ## Basic Information - **Project Name**: browser-functions - **Description**: A lightweight serverless platform that uses Web Browsers as execution engines - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2025-08-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](docs/index.md) describing how to install, manage and use Browser Functions, and also view [examples](/functions_root/examples/files) of functions that can be executed on the platform. ## Contributing Please view the [contribution guidelines](CONTRIBUTING.md).