How do i deploy Frontend and Backend properly?

This page summarizes the projects mentioned and recommended in the original post on /r/node

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • serverless-express

    Run Express and other Node.js frameworks on AWS Serverless technologies such as Lambda, API Gateway, Lambda@Edge, and more.

  • I’d second the vote for AWS Amplify. If you don’t want to go full ‘serverless’ with your api you can use something like serverless-express which will run your express app in a lambda. It’s fairly straightforward to get set up. The serverless framework is also pretty good but you don’t really need it, AWS has all the build tools you need. No need to add extra layers/dependencies if you don’t need to.

  • serverless-graphql

    Serverless GraphQL Examples for AWS AppSync and Apollo

  • I’d second the vote for AWS Amplify. If you don’t want to go full ‘serverless’ with your api you can use something like serverless-express which will run your express app in a lambda. It’s fairly straightforward to get set up. The serverless framework is also pretty good but you don’t really need it, AWS has all the build tools you need. No need to add extra layers/dependencies if you don’t need to.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • crisp-react

    React boilerplate written in TypeScript with a variety of Jamstack and full stack deployments. Comes with SSR and without need to learn a framework. Helps to split a monolithic React app into multiple SPAs and avoid vendor lock-in.

  • Crisp React demonstrates a variety of deployment choices.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts