Is websockets is good for sending files?

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

    Offscreen document <=> WebRTC Data Channel <=> Web page

  • There are multiple ways to upload and send files, including WebRTC datachannels, e.g., https://github.com/guest271314/offscreen-webrtc, WebTransport, WebTorrent https://github.com/jeremyckahn/secure-file-transfer, WebSocket, WebSocketStream, or just using Fetch and Streams. fetch() on Chromium-based browsers also supports duplex:'half' in request init for bi-directional streaming capability.

  • secure-file-transfer

    A library to encrypt and transfer files P2P in the browser

  • There are multiple ways to upload and send files, including WebRTC datachannels, e.g., https://github.com/guest271314/offscreen-webrtc, WebTransport, WebTorrent https://github.com/jeremyckahn/secure-file-transfer, WebSocket, WebSocketStream, or just using Fetch and Streams. fetch() on Chromium-based browsers also supports duplex:'half' in request init for bi-directional streaming capability.

  • 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

  • Show HN: Browser-based knitting (pattern) software

    2 projects | news.ycombinator.com | 9 May 2024
  • Mastering Web Animation with JavaScript Libraries: A Comprehensive Guide

    5 projects | dev.to | 9 May 2024
  • Logarithmic Scales

    1 project | news.ycombinator.com | 9 May 2024
  • Show HN: Alt Swagger – Quickly add swagger specs to your node express APIs

    1 project | news.ycombinator.com | 9 May 2024
  • How to create a Vue3 Application with Webpack - JavaScript Version

    1 project | dev.to | 2 May 2024