[NodeJS/ExpressJS] Can I connect to an external data API stream with a websocket, and then pass that stream between server and client?

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

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
  • Socket.io

    Realtime application framework (Node.JS server)

  • Notice the protocol ("ws") in that URL. You'll need to ensure you are pointed at the appropriate port that the web socket server is listening on. I advise double checking which port you have ws or socket.io bound to.

  • fetch

    Fetch Standard (by whatwg)

  • See https://fetch.spec.whatwg.org/

  • 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

  • JavaScript fetch does not support GET request with body

    1 project | news.ycombinator.com | 21 Nov 2023
  • GitHub Engineering: When MTLS Is Done Wrong

    3 projects | news.ycombinator.com | 2 Nov 2023
  • How do I detect requests initiated by the new fetch standard? How should I detect an AJAX request in general?

    2 projects | /r/codehunter | 2 Jul 2023
  • Server Sent Events

    3 projects | news.ycombinator.com | 15 May 2023
  • [Express] - How to have a self-updating display in browser window? Template Engines sufficient? Or use Vue/Angular/React?]

    2 projects | /r/learnjavascript | 14 May 2023