Servers
The projects are setup to work with the example UI project. Once the server and UI are both running - they should be able to communicate with each other right out of the box.
Express
JavaScript project that uses Node's ExpressJS framework:
Nest
JavaScript project that uses Node's NestJS framework:
Spring Boot
Java project that uses the Spring Boot framework:
.NET
C# project that uses the ASP.NET Core framework:
Go
Go project that uses the native http package:
FastAPI
Python project that uses the FastAPI framework:
Flask
Python project that uses the Flask framework:
Next
JavaScript project that uses the Next framework. This project does not need to use the UI example mentioned above as it already contains all of the required code. Additionally, it is ready to be deployed to a hosting platform such as Vercel:
SvelteKit
TypeScript project that uses the SvelteKit framework. This project does not need to use the UI example mentioned above as it already contains all of the required code. Additionally, it is ready to be deployed to a hosting platform such as Vercel:
Troubleshooting
If you are experiencing issueswith any of the examples - please see github issues or create a new issue ticket and we will look into it as soon as possible.