Web application built using the Remix framework and Cloudflare worker service bindings. The app utilizes a gateway-service to link a Remix loader function to a user service.
Stars
4
Forks
1
Watchers
4
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
6
commits
Add build scripts and configuration for esbuild in user and web-gateway services and update package.json files to include type: module and module: dist/index.mjs
819174aView on GitHubAdd ESLint config, Git ignore, README, root component, and index route file for Remix app
2483921View on GitHubAdd deployment instructions for cloudflare worker service bindings
f6973a0View on GitHubAdd README.md file with example of using Cloudflare worker service bindings for API gateway integration with example user service
a532219View on GitHubAdd main file path and workers_dev flag to user and web-gateway services in wrangler.toml
c636992View on GitHub