Showing 32 open source projects for "javascript library"

View related business solutions
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    Stremio

    Stremio

    Stremio - Freedom to Stream

    Stremio is the browser application that delivers Stremio’s “Freedom to Stream” experience entirely on the web. It consumes stremio-core (compiled to WebAssembly) and renders the product surfaces you recognize: Board for personalized updates, Discover for browsing catalogs, and Meta Details for titles, seasons, and streams. The app is built with JavaScript/TypeScript and a conventional web toolchain, offering simple commands for local development, testing, and production builds. It manages...
    Downloads: 46 This Week
    Last Update:
    See Project
  • 2
    Node Archiver

    Node Archiver

    a streaming interface for archive generation

    Archiver is a Node.js library that provides a streaming interface for creating archive files in various formats, such as ZIP and TAR, supporting multiple compression methods.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    handbrake-js

    handbrake-js

    Video encoding / transcoding / converting for node.js

    handbrake-js is a Node.js wrapper around the HandBrake CLI tool, designed to bring powerful video transcoding capabilities into JavaScript applications. It provides a programmatic interface for converting video files from nearly any format into modern codecs using HandBrake’s encoding engine. The library allows developers to build automation workflows for media processing without directly interacting with command-line tools. It supports multiple output formats such as MP4 and MKV and includes compatibility across major operating systems. handbrake-js relies on an installed HandBrakeCLI binary and exposes its functionality through asynchronous JavaScript APIs. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    typed-ffmpeg

    typed-ffmpeg

    Type-safe FFmpeg bindings for Python & TypeScript

    ...It integrates well with modern JavaScript and Node.js ecosystems, enabling seamless backend media processing. Overall, it simplifies FFmpeg usage while preserving flexibility and control.
    Downloads: 2 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    OpenCV

    OpenCV

    Open Source Computer Vision Library

    The Open Source Computer Vision Library has >2500 algorithms, extensive documentation and sample code for real-time computer vision. It works on Windows, Linux, Mac OS X, Android, iOS in your browser through JavaScript. Languages: C++, Python, Julia, Javascript Homepage: https://opencv.org Q&A forum: https://forum.opencv.org/ Documentation: https://docs.opencv.org Source code: https://github.com/opencv Please pay special attention to our tutorials! ...
    Leader badge
    Downloads: 18,175 This Week
    Last Update:
    See Project
  • 6
    Java SID Player Music Library V2
    This is a Commodore 64 emulator specialized for sound reproduction. It is also a SID player for music collections like HVSC and CGSC. It is a full C64 emulator and can play games of the GameBase64 project as well.
    Leader badge
    Downloads: 36 This Week
    Last Update:
    See Project
  • 7
    Megacubo

    Megacubo

    Intuitive, multi-language, cross-platform IPTV player

    Megacubo is an intuitive, multi-language, cross-platform IPTV player designed to make watching live TV simple and efficient. You can add unlimited IPTV playlists (M3U format), organize your channels, and easily access your history and bookmarks. The app supports multiple streaming formats and includes EPG (TV guide) for a better viewing experience. Megacubo also lets you record live broadcasts directly to your device, so you can watch later whenever you want. With the built-in...
    Leader badge
    Downloads: 270 This Week
    Last Update:
    See Project
  • 8
    anichart.js

    anichart.js

    Easily create data visualization animation videos

    anichart.js is a JavaScript and TypeScript visualization library designed to transform structured data into animated charts, particularly dynamic bar chart race visualizations. It allows developers to create time-based animations that display ranking changes and trends in an engaging and visually intuitive way. The library provides tools for rendering charts on a canvas, managing transitions, and synchronizing data over time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    FFCreator

    FFCreator

    A fast video processing library based on node.js

    FFCreator is a lightweight and flexible short video processing library based on Node.js. You only need to add some pictures, music, or video clips, you can use it to quickly create a very exciting video album. Nowadays, short video is an increasingly popular form of media communication. Like Weishi and Tiktok is full of all kinds of wonderful short videos. So how can users visually create video clips on the web easily and quickly? Based on pictures and Text content, dynamic batch generation...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 10
    simple-peer

    simple-peer

    Simple WebRTC video, voice, and data channels

    simple-peer is a lightweight JavaScript library that simplifies peer-to-peer WebRTC connections for real-time communication directly between browsers and devices. The project abstracts away much of the complexity of the native WebRTC API, allowing developers to establish audio, video, and data channels with minimal configuration. It supports direct peer communication without requiring heavy signaling infrastructure beyond the initial connection exchange. simple-peer is commonly used in browser-based chat applications, multiplayer games, collaborative tools, decentralized systems, and streaming platforms. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Harp

    Harp

    Static site server/generator with built-in preprocessing

    ...It's simple, it's easy to maintain, it's low risk, easy to scale, and requires low cognitive overhead. I wanted a lightweight web server that was powerful enough for me to abandon web frameworks for dead simple front-end publishing. Harp can be used as a library or as a command line utility. You may also use harp as a node library for compiling or running as a server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ffmpeg.js

    ffmpeg.js

    Port of FFmpeg with Emscripten

    ffmpeg.js is a JavaScript port of the FFmpeg multimedia framework compiled with Emscripten, enabling video and audio processing directly within browsers or Node.js environments. It provides prebuilt modules optimized for web use, balancing performance and file size while supporting common encoding and decoding tasks. By running entirely in JavaScript through asm.js, it allows developers to manipulate media files without requiring native binaries or server-side processing. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    EasyDarwin

    EasyDarwin

    Industrial rtsp streaming server

    Open source, high-performance, industrial RTSP streaming server. A lot of optimization on streaming. KeyFrame cache, RESTful, and web management. Also, EasyDarwin supports distributed load balancing, a simple streaming media cloud platform architecture. Helps streaming media developers realize the latest mobile Internet streaming live and on-demand faster and easier. Simple, efficient, and stable open-source audio encoding library, which supports transcoding of various audio data into AAC...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Oboe.js

    Oboe.js

    A streaming approach to JSON

    Oboe.js is a streaming approach to JSON. Oboe.js speeds up web applications by providing parsed objects before the response completes. Oboe.js is an open source Javascript library for loading JSON using streaming, combining the convenience of DOM with the speed and fluidity of SAX. It can parse any JSON as a stream, is small enough to be a micro-library, doesn't have dependencies, and doesn't care which other libraries you need it to speak to. We can load trees larger than the available memory. Or we can instantiate classical OOP models from JSON, or completely transform your JSON while it is being read. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    CCapture.js

    CCapture.js

    A library to capture canvas-based animations at a fixed framerate

    CCapture.js is a JavaScript library designed to capture high-quality recordings of HTML5 canvas animations at a fixed and consistent frame rate. Unlike traditional screen recording tools, it decouples rendering speed from capture speed, allowing developers to generate smooth video outputs even when frames take longer to compute. It works by overriding time-related browser functions such as requestAnimationFrame and Date.now to simulate a stable time progression, ensuring every frame is captured accurately. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Powder Player

    Powder Player

    Hybrid between a Torrent Client and a Player

    An incredibly easy to use heavy-duty player that supports torrent streaming and torrent downloading. Based on WebChimera and Peerflix it not only has full support for all torrents but also works with any video type and video url, including youtube/vimeo links.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    JSMpeg

    JSMpeg

    MPEG1 Video Decoder in JavaScript

    ...The library is optimized for performance and compactness, making it especially useful for constrained environments and custom streaming solutions. Overall, jsmpeg provides a practical browser-based alternative for lightweight real-time media playback workflows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Playback

    Playback

    Video player built using electron and node.js

    playback is another project by the same author, aimed at simplifying media playback of streaming sources in JavaScript/Node.js contexts. The goal of Playback is to act as a thin wrapper or abstraction layer that eases the task of launching and controlling a media player from code or CLI, perhaps integrating with torrent-based streaming (e.g. from peerflix) or other streaming sources. The library provides programmatic controls over launching playback, passing custom options or arguments, and managing process lifecycle — making it useful for scripts, automation, or tooling where you need to play media without manually wiring up system calls. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    AJAX-based web-frontend for the Music Player Daemon (MPD). RelaXX includes features like keyboard-control, drag and drop, context-menus, sortable tracklists and more using JavaScript. Can be used as a public jukebox for MP3 or OGG. The server uses PHP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Open For Contents
    OpenForContents is the most complete solution to manage, distribute and sell digital content. It is a modular technology that allows digital content distribution and a fully automated multi-format, all securely, with guaranteed copyright protection.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    library of extensions to MaxMSP software
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Web based music library (Mp3act 1.2:php,javascript and mysql) with some code injections: embedded flashplayer in jukebox mode, volume control, art cover search by getid3, folder, database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    DML - Digital Multimedia Library DML uses VoD (Video on Demand), which allows users to watch movies or listen to music to every time. DML is multi-user-capable Video- and Audiostreaming to every time Video- and Audioacall from a central server
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    VideoBox displays your video content on webpages within an overlay (lightbox). It was inspired by Lightbox.v2 and uses portions of Slimbox code. It's written for the mootools library. swfobject is used to embed flash content.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    with Zip2Map, one can find the geo map of any zip code(now U.S. only). finding the zip code, returns the Map of the location with its name and state name. Google Maps api has been used with PHP-MySql and lots of Ajax to make it a real WEB 2.0 Application
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB