An updated Node-WebRTC that works with Node Stable

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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

    node-webrtc is a Node.js Native Addon that provides bindings to WebRTC M98 (by WonderInventions)

  • Opened an issue. No pr as I don't know what the actual status for support is.

    https://github.com/WonderInventions/node-webrtc/issues/1

  • werift-webrtc

    WebRTC Implementation for TypeScript (Node.js), includes ICE/DTLS/SCTP/RTP/SRTP/WEBM/MP4

  • There's a native implementation that requires no binaries here: https://github.com/shinyoshiaki/werift-webrtc

    Maybe I'm missing something but how is this one preferable?

  • 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
  • homebridge-google-nest-sdm

    A Homebridge plugin for Google Nest devices that uses the Google Smart Device Management API. Supports Cameras, Doorbells, Displays, and Thermostats. Includes support for HomeKit Secure Video.

  • I maintain a Homebridge (community built system to bridge IoT devices to Apple HomeKit) plugin for Google Nest devices. The newer Nest cams use WebRTC for video streaming. This makes viewing the cameras in Apple Home a bit complex, as the bridge must setup and connect to a WebRTC stream, transcode it, and then send it out to your iPhone etc. as an RTSP stream.

    https://github.com/potmat/homebridge-google-nest-sdm

    Since this is for home automation the system runs on all kinds of weird devices, from RPi's to NAS's to old laptops etc. When I tried to use anything requiring platform specific binaries it was a complete mess, most of the time things would not build.

    The problem may not be insurmountable if you're being paid, but since this is just done in my spare time it's not something I wanted to deal with.

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

  • Why is no Laravel/Rails in JavaScript? Will there be one?

    1 project | news.ycombinator.com | 30 May 2024
  • NestJS tip: how to change HTTP server timeouts

    1 project | dev.to | 6 Apr 2024
  • Don't go all-in Clean Architecture: An alternative for NestJS applications

    3 projects | dev.to | 19 Mar 2024
  • Unlocking the Power of GraphQL for Beginners: A Step-by-Step Guide to Integrating GraphQL into Your Existing Project

    4 projects | dev.to | 17 Nov 2023
  • NestJS is now the most starred Node framework on GitHub

    1 project | news.ycombinator.com | 14 Nov 2023