The Chathub server is a backend service for the Chathub project, which provides an API for managing chat sessions and messages. This version of the server is designed to run on Cloudflare Workers, allowing for a serverless deployment.
To install dependencies:
bun install
To deploy:
mkdir public
./scripts/dev_start.sh
bunx wrangler deploy