JavaScript Stream

Open-source JavaScript projects categorized as Stream

Top 23 JavaScript Stream Projects

  • node-fetch

    A light-weight module that brings the Fetch API to Node.js

  • Project mention: Building a README Crawler With Node.js | dev.to | 2024-04-08

    To execute the algorithm, we will use Node.js (for the JavaScript runtime) and node-fetch (for network requests). This means we will run the code locally from the command line. For this project, we will have an output folder to store all the README data, as well as a list (queue) of repository URLs to visit. Before diving into the code, it is important to plan the input and output of the algorithm. For this web crawler, we will start at a valid GitHub repository page, which would be one URL string. After visiting each page with a README, we will export the data into a new file. Now lets cover the process of requesting a repository page from a URL. For this, we only care about saving the README file that is displayed, and we will ignore any other links that GitHub displays (such as the navbar). We will send a URL request with node-fetch, and retrieve the result of a HTML string. If we convert the HTML string to a DOM Tree, we can search for a specific element. GitHub stores the README file under a div with the class "markdown-body". We can use a library called 'jsdom' to use Browser API methods, and return a specific node.

  • StreamSaver.js

    StreamSaver writes stream to the filesystem directly asynchronous

  • Project mention: It's never been a better time to switch to Firefox | news.ycombinator.com | 2023-11-22

    This! It is frustrating that web apps like draw.io can't save to file directly using Firefox. It gets old having to save a new file every time you make a change.

    Beyond that, the File System API would also allow for streamed downloads directly from the web-app. This would allow for web-apps to generate large download files without having to store a copy on a database (external server or IndexedDB), which is a privacy improvement. The only way to do this now is by using convoluted techniques to essentially do a MITM to a fake endpoint [1].

    [1] https://github.com/jimmywarting/StreamSaver.js

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

    Play RTSP stream from IP camera in browser in this HTML5 player without plugins

  • form-data

    A module to create readable `"multipart/form-data"` streams. Can be used to submit forms and file uploads to other web applications.

  • kefir

    A Reactive Programming library for JavaScript

  • broadcast-channel

    :satellite: BroadcastChannel to send data between different browser-tabs or nodejs-processes :satellite: + LeaderElection over the channels https://pubkey.github.io/broadcast-channel/

  • Aedes

    Barebone MQTT broker that can run on any stream server, the node way

  • Project mention: Cloud compatible node native message broker | /r/node | 2023-07-09

    Any reason to not use https://github.com/moscajs/aedes? mqtt is a standard protocol. I see there is an mqtt adapter for kafka, and a broker to translate between systems.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • download

    Download and extract files (by kevva)

  • Shinobi

    :peace_symbol: :palestinian_territories: Shinobi CE - The Free Open Source CCTV platform written in Node.JS (Camera Recorder - Security Surveillance Software - Restreamer

  • Project mention: Did BI get hacked or did it just go down? | /r/BlueIris | 2023-07-08

    I'd have to circle back and look again because it's been a few years. I was able to get Zoneminder to do 95% of what I wanted even if it felt a bit clunky. Shinobi was an up-and-comer last time I was looking around, but I remember having some frustrations and decided to stick with BI.

  • TwitchNoSub

    An extension to show sub only VOD on Twitch

  • Project mention: ULPT: What are some unethical websites that you benefit from? | /r/UnethicalLifeProTips | 2023-06-30

    I have a list. 1. MoviesJoy.to is, in my opinion, the best pirating site, especially if you use Brave as your preferred browser. You get tons of movies and shows for free, and there are no annoying ads when you click the play button or the search bar. 2. TwitchNoSub Not a website, an extension, but still, you can watch all sub-only Twitch videos for free. 3. YouTube, you can watch hundreds of millions, if not billions, of videos for completely free, and again, if you use Brave, you get absolutely no ads. (obviously satire lmao)

  • yobulkdev

    🔥 🔥 🔥Open Source & AI driven Data Onboarding Platform:Free flatfile.com alternative

  • homebridge-camera-ui

    Homebridge plugin for RTSP Cameras with HSV, motion detection support, Image Rekognition, Web UI to manage/watch streams and WebApp support

  • Project mention: Need a robust RTSP viewer for multi-user office | /r/selfhosted | 2023-05-04

    https://github.com/seydx/homebridge-camera-ui maybe?

  • i18next-scanner

    Scan your code, extract translation keys/values, and merge them into i18n resource files.

  • mac-local-rtmp-server

    Local RTMP Streaming Server

  • magnet-player

    :movie_camera: A place for streaming torrents directly from your browser

  • Project mention: Netflix: Piracy Is Difficult to Compete Against and Growing Rapidly | news.ycombinator.com | 2024-02-05

    Not sure - did Popcorn Time ever allow streaming torrents through the browser itself? Some torrent sites today have a streaming section where you can watch torrent videos right in the browser itself. Check out https://ferrolho.github.io/magnet-player/ for an example of this.

  • fetch-stream-audio

    Low Latency web audio playback examples for decoding audio streams in chunks with Fetch & Streams APIs

  • Project mention: Ow Latency Web Audio playback examples with Fetch and Streams APIs | news.ycombinator.com | 2023-06-01
  • gnome-shell-extension-cast-to-tv

    Cast files to Chromecast, web browser or media player app over local network.

  • multistream

    A stream that emits multiple other streams one after another (streams3)

  • TikTok-Chat-Reader

    Website to display chats and gifts in realtime from your TikTok LIVE stream. Demo project for TikTok-Live-Connector library.

  • sec-api

    sec.gov EDGAR API | search & filter SEC filings | over 150 form types supported | 10-Q, 10-K, 8, 4, 13, S-11, ... | insider trading

  • Project mention: Is something happening with Reddit? Seeing a lot of people saying they’re leaving. | /r/Superstonk | 2023-06-10

    Doesn't that mean that developers were profiting from a free API before? That may be fair play, but doesn't it raise ethical concerns in terms of business practices? (This guy is the GOAT of that, got rich off SEC public data)

  • into-stream

    Convert a string/promise/array/iterable/asynciterable/buffer/typedarray/arraybuffer/object into a stream

  • activity

    :zap: Activity app for Nextcloud

  • Project mention: Nextcloud activity is inconsistent on links shared by mail | /r/NextCloud | 2023-06-07

    When I share a folder via mail, the activity log of the activity app (https://github.com/nextcloud/activity) is inconsistent. When the recipient of the share uploads a file, the log says that the file "was created in a public folder". When it renames or deletes a file, the action was done by "remote user". However, when the recipient downloads a file, the mail address of the recipient is shown.

  • ip-camera-browser-client

    Normally, IP Camera streams video as RTSP protocol. But browser is unable to render this format, so we need to convert it as HLS format so that modern browser's video tags can display it.

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

    InfluxDB logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

JavaScript Stream related posts

Index

What are some of the best open-source Stream projects in JavaScript? This list will help you:

Project Stars
1 node-fetch 8,642
2 StreamSaver.js 3,864
3 html5_rtsp_player 2,504
4 form-data 2,249
5 kefir 1,857
6 broadcast-channel 1,749
7 Aedes 1,737
8 download 1,274
9 Shinobi 1,272
10 TwitchNoSub 1,186
11 yobulkdev 851
12 homebridge-camera-ui 602
13 i18next-scanner 529
14 mac-local-rtmp-server 512
15 magnet-player 489
16 fetch-stream-audio 318
17 gnome-shell-extension-cast-to-tv 286
18 multistream 285
19 TikTok-Chat-Reader 244
20 sec-api 209
21 into-stream 205
22 activity 108
23 ip-camera-browser-client 76

Sponsored
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