General question about Webflow’s capabilities relating to integrating a NodeJS backend.
Is it possible to connect Webflow to a custom-built NodeJS backend with MongoDB? Any tips on an integration like this one?
General question about Webflow’s capabilities relating to integrating a NodeJS backend.
Is it possible to connect Webflow to a custom-built NodeJS backend with MongoDB? Any tips on an integration like this one?
Webflow supports client side JavaScript. Your scripts can connect to a node app running elsewhere. How you build is up to you.
It is possible, You can use Cloudflare Workers to run the server on edge, use hono to serve your webflow site through proxy and then manage it using Cloudflare Worker (server), where you can create API routes and connect with any DB.