New to cloud fare

Hello everyone I’m new to cloudflare recently I have bought a domain from cloudflare now I am not able to understand what to do next I have a nodejs express with socket connection app want to upload it to cloudflare with static serving of react app through express static serving not able to understand what to do next.
1 Reply
James
James4w ago
Welcome! You won't be able to run a Node.js app like that directly on Cloudflare today, so you have two options: - Use the Workers Assets platform. This'll let you host static assets for a react app, etc. but will likely require some changes to your codebase: https://developers.cloudflare.com/workers/static-assets/ - Or host the server elsewhere on a VPS or something, and use Cloudflare as just a proxy: https://developers.cloudflare.com/fundamentals/manage-domains/add-site/

Did you find this page helpful?