Building Go a web server and combining it with Vue Js

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

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.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • jamstack.org

    The official Jamstack site

  • The easiest way to combine a frontend in a Javascript framework and a non-Javascript backend is to have the backend be just an API + static file server, and let the frontend get the content from your API via fetch requests. I believe this architecture is known as the JAMStack.

  • Nuxt.js

    Discontinued Nuxt is an intuitive and extendable way to create type-safe, performant and production-grade full-stack web apps and websites with Vue 3. [Moved to: https://github.com/nuxt/nuxt]

  • You also could use the NuxtJS, it is a "one more" level over Vue that allows you to make server-side pre-rendering (aka "Pre-rendering" in JAMStack).

  • 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
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

  • How I created URL shortener using Serverless and MongoDB

    4 projects | dev.to | 7 Jan 2022
  • Why do we love server-side rendering again? 🤯

    2 projects | dev.to | 28 Dec 2022
  • Resources similar to React's current beta docs, for other technologies in web development.

    2 projects | /r/webdev | 26 Dec 2022
  • NFL Strategy Breakdown - DraftKings Week 10 Main Slate Milly Maker

    2 projects | /r/dfsports | 16 Nov 2022
  • Is it good to use angular or react for small front end pages?

    2 projects | /r/Frontend | 31 Oct 2022