Open balupton opened 4 years ago
Hi @balupton!
There's some interesting consideration here as to whether v8 isolates a wasm driver (once resource isolation is a bit better formed) is the best approach. Although I suspect there may be folks in the community already experimenting with this. Going to mark this as an enhancement for further discussion.
V8 isolates are what cloudflare workers are built on https://developers.cloudflare.com/workers/learning/how-workers-works
As cloudflare is becoming the monopoly of the web, it would be nice for an open-source alternative to their lightweight serverless function/worker model using v8 isolates.
I'd imagine this could be done as a nomad driver and then allow nomad tasks to be specified as wasm or javascript to run on that nomad driver.
This would eliminate the need for something more heavy weight like openfaas