Hurby
Hurby
HHono
Created by arma on 9/16/2024 in #help
Accessing .dev.vars outside of context
Instead, you can create a function, put this client into it, and pass the variables as parameters. That way, you can use that function in whatever route you want.
4 replies
HHono
Created by arma on 9/16/2024 in #help
Accessing .dev.vars outside of context
you can't access Cloudflare environment variables outside of the context
4 replies
HHono
Created by Krishna Santosh on 8/29/2024 in #help
How do I serve hono on https
6 replies
HHono
Created by Krishna Santosh on 8/29/2024 in #help
How do I serve hono on https
You don't have to do that locally; just setup the Cloudflare tunnel and run it, then add your CNAME record to your domain to point the tunnel.
6 replies
HHono
Created by Krishna Santosh on 8/29/2024 in #help
How do I serve hono on https
is there any particular reason for that?
http://localhost
http://localhost
already behaves like HTTPS for development purposes anyway
6 replies
HHono
Created by Chicha on 4/22/2024 in #help
connect my hono application endpoints with swagger ui
You have to install
14 replies
CDCloudflare Developers
Created by nobody on 5/23/2024 in #workers-help
CF as my backend. How to solve auth for mobile apps?
3 replies
CDCloudflare Developers
Created by preetramsha on 5/8/2024 in #workers-help
How do I connect mongodb database with mongoose from my hono app and deploy in cloudflare workers?
You can’t use mongoose in cf worker environment
4 replies
HHono
Created by Chicha on 4/22/2024 in #help
connect my hono application endpoints with swagger ui
what are you exactly looking for? this is a middleware for integrating Swagger UI with Hono.
14 replies
HHono
Created by Chicha on 4/22/2024 in #help
connect my hono application endpoints with swagger ui
14 replies
HHono
Created by Faris on 4/19/2024 in #help
Connect Hono Cloudflare with MongoDB
@Faris Unfortunately, you can’t use Mongoose or any other MongoDb adapter with cloudflare workers.
5 replies
HHono
Created by igmtink on 4/17/2024 in #help
Password hashing
np
10 replies