IBM / browser-functions

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
Apache License 2.0
188 stars 14 forks source link

Socket - TCP, UDP #16

Open uasan opened 3 years ago

uasan commented 3 years ago

Hello.

For most APIs, needed client sockets (TCP, UDP) to communicate remote database and other non-HTTP services. Chrome is being developed Direct Sockets, hopefully it will work in your browser-functions?

Thanks.

tobykurien commented 3 years ago

You can use any non-standard API from Browser Functions by running for example a nightly build of a browser, so yes that can work if a browser implements it.