Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/IBM/browser-functions
A lightweight serverless platform that uses Web Browsers as execution engines
https://github.com/IBM/browser-functions
Last synced: 1 day ago
JSON representation
A lightweight serverless platform that uses Web Browsers as execution engines
- Host: GitHub
- URL: https://github.com/IBM/browser-functions
- Owner: IBM
- License: apache-2.0
- Created: 2019-10-17T13:46:59.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-11T14:41:31.000Z (over 1 year ago)
- Last Synced: 2024-08-02T06:24:22.595Z (3 months ago)
- Language: JavaScript
- Homepage: https://medium.com/@richardyoung00/browser-functions-a-new-serverless-platform-using-web-browser-execution-engines-31d2293e650b
- Size: 14.2 MB
- Stars: 187
- Watchers: 12
- Forks: 14
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - browser-functions
- awesome-serverless - Browser Functions - A lightweight serverless platform that uses Web Browsers as execution engines. (Frameworks)
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).