Best way to implement node js

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

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

    Simple to use, blazing fast and thoroughly tested WebSocket client and server for Node.js

  • https://socket.io/get-started/ might be good place to start. It's built on https://github.com/websockets/ws . So searching around for some node.js ws (or socket.io) server tutorials might also be a solid bet.

  • Socket.io

    Realtime application framework (Node.JS server)

  • socket.io uses long polling, which is basically sending a bunch of post requests at a time that the browser can send data back to the server with.

  • 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

  • Socket IO driving me insane.

    2 projects | /r/learnprogramming | 24 Jul 2022
  • How do web apps integrate webhooks when the user needs frequent updates?

    2 projects | /r/AskComputerScience | 24 Sep 2021
  • Setting up a WebSocket server in Node.js

    1 project | dev.to | 25 Mar 2024
  • WebSockets 101

    2 projects | dev.to | 24 Jun 2023
  • Render.com and Websocket: Connection randomly being closed after 5-ish minutes?

    1 project | /r/node | 20 Sep 2022