google / cel-spec

Common Expression Language -- specification and binary representation
https://cel.dev
Apache License 2.0
2.82k stars 224 forks source link

is this a good language to use a FaaS solution? #362

Open sprappcom opened 3 months ago

sprappcom commented 3 months ago

using golang backend js is too "heavy", goja etc need vm, was wondering if cel-go is a better solution (or exprlang) for being used as FaaS scripting / full fledged cloudflare workers' like implementation.

any caveats/ opinion and suggestions to look out for to be used like FaaS?