restatedev / examples

Restate examples
https://restate.dev
MIT License
37 stars 8 forks source link

Experimental: cloudflare workers example #108

Closed jackkleeman closed 2 months ago

jackkleeman commented 7 months ago

Add a simple example to show how cloudflare workers can be glued up to a lambda handler The natural next step would be a bidi server that supports websockets

Uses a dist-tagged worker release of the typescript sdk - the sdk needed to be bundled differently (and with various polyfills for node native libraries) in order to support this properly

gvdongen commented 2 months ago

@jackkleeman Is this still relevant?

jackkleeman commented 2 months ago

Nope