Skip to content

Latest commit

 

History

History

bun

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Hello world - Bun example

Sample project configuration of a Restate service using the TypeScript SDK and Bun.

Have a look at the TypeScript Quickstart guide for more information about the SDK.

You can run locally with npm run dev and register to Restate with restate dep add http://localhost:9080 --use-http1.1. --use-http1.1 is always needed with Bun, as it does not yet support HTTP2.