IBM / browser-functions

A lightweight serverless platform that uses Web Browsers as execution engines

Home Page:https://medium.com/@richardyoung00/browser-functions-a-new-serverless-platform-using-web-browser-execution-engines-31d2293e650b

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A lightweight serverless platform that uses Web Browsers as execution engines

https://medium.com/@richardyoung00/browser-functions-a-new-serverless-platform-using-web-browser-execution-engines-31d2293e650b

License:Apache License 2.0


Languages

Language:JavaScript 80.9%Language:HTML 18.8%Language:C 0.2%Language:Dockerfile 0.1%Language:Python 0.0%