Skip to content

restatedev/nextjs-example

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

## Run the app
npm run dev

## Check you can see the UI in http://localhost:3000

## Register Restate services, in app/restate/[[...services]]/route.ts
restate deployments register http://localhost:3000/restate/v1 --use-http1.1

## Test the service
curl localhost:8080/Greeter/greet -H 'content-type: application/json' -d '"NextJS!"'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published