137 projects for "web database server" with 2 filters applied:

  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • 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
  • 1
    Memories

    Memories

    Build a full stack MERN application

    ...The repository is tied to a video tutorial series that covers the project from start to finish, ideal for developers learning full-stack workflows. The codebase is split into client and server folders for separation of concerns, and uses common patterns like REST APIs, React state management, and MongoDB models. While fairly standard as a “starter” full-stack project, it provides a clean, end-to-end example of building and deploying a modern web application with MERN.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    ffmpeg.wasm

    ffmpeg.wasm

    FFmpeg for browser, powered by WebAssembly

    ffmpeg.wasm is a pure WebAssembly (and JavaScript/TypeScript) port of FFmpeg that enables in-browser media recording, conversion, and streaming—letting developers perform video/audio processing entirely client-side without server uploads. Transpiled via Emscripten from FFmpeg and its codecs into WebAssembly. Supports both single-threaded and multi-threaded cores using web workers. Written in TypeScript for improved developer experience.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 3
    gonic

    gonic

    music streaming server / free-software subsonic server API

    gonic is a lightweight, self-hosted music streaming server written in Go that implements the Subsonic API, allowing compatibility with a wide range of existing music clients. It is designed to index and stream personal audio collections, supporting various file formats and metadata structures while maintaining low resource usage. The server can scan local directories, organize music libraries, and expose them through a web interface or compatible third-party apps. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    python-socketio

    python-socketio

    Python Socket.IO server and client

    python-socketio is a robust Python library that implements the Socket.IO protocol, enabling real-time, bidirectional communication between web clients and servers. It works with multiple asynchronous frameworks such as asyncio, eventlet, and gevent, so developers can choose the concurrency model that best fits their application needs while still using a consistent API. The library provides both server and client implementations, allowing Python applications to serve and communicate with browser clients or other Socket.IO clients in real time. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Add Two Lines of Code. Get Full APM. Icon
    Add Two Lines of Code. Get Full APM.

    AppSignal installs in minutes and auto-configures dashboards, alerts, and error tracking.

    Works out of the box for Rails, Django, Express, Phoenix, and more. Monitoring exceptions and performance in no time.
    Start Free
  • 5
    clip-js

    clip-js

    online video editor built with nextjs, remotion and ffmpeg

    clip-js is a browser-based video editor built with modern web technologies such as Next.js and Remotion, designed to provide real-time editing and rendering directly in the browser. It enables users to create and edit video compositions using a timeline interface, combining video, audio, images, and text layers into a single project. The system uses a WebAssembly port of FFmpeg to perform high-quality rendering, allowing export of videos without relying on server-side processing. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    Kyoo

    Kyoo

    A portable and vast media library solution

    Kyoo is a self-hosted media streaming platform designed to organize, stream, and manage personal video libraries through a modern web interface. It is built around a containerized architecture using Docker, where multiple services handle media indexing, streaming, and configuration. The system allows users to access their content from a browser while maintaining control over storage and playback infrastructure. Kyoo supports hardware acceleration options for efficient video processing,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Homebridge Docker

    Homebridge Docker

    Homebridge Docker. HomeKit support for the impatient using Docker

    ...The container can be deployed using Docker Compose, making it easy to manage updates, persistence, and configuration across different systems. Its design focuses on reliability and ease of use, enabling users to run home automation services as a stable background process. With web-based configuration interfaces and plugin extensibility, it is widely used in DIY smart home setups.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    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. The library supports different builds tailored for formats like WebM and MP4, including worker-based versions for improved performance in web applications. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    OpenTvArchitecture

    OpenTvArchitecture

    open source platform to manage a TV-like multy channel broadcasting

    Do you manage a single channel tv or web-tv and want to step-up to a multi-channel broadcasting television? Do you have too few co-workers and really low money? Then this project could be your solution. Web based management (in the future). IP centric. Tag based media retrival. Multy playout "consumers" Long term content scheduling. Free and Open Source. ......
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    Tvheadend

    Tvheadend

    TV streaming server and digital video recorder for Linux

    Tvheadend is a TV streaming server and digital video recorder for Linux. It supports DVB-C(2), DVB-T(2), DVB-S(2), ATSC, SAT>IP, HDHomeRun and IPTV inputs, as well as HTTP, HTSP (own protocol) and SAT>IP outputs.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 11
    pytivo
    pyTivo is both an HMO and GoBack server. Similar to TiVo Desktop pyTivo loads many standard video compression codecs and outputs mpeg2 video to the TiVo. However, pyTivo is able to load MANY more file types than TiVo Desktop.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    aws-lambda-ffmpeg

    aws-lambda-ffmpeg

    An S3-triggered Amazon Web Services Lambda function

    aws-lambda-ffmpeg is a project that enables running FFmpeg within AWS Lambda environments, allowing serverless media processing workflows. It packages FFmpeg binaries and provides examples of how to execute video and audio processing tasks in a serverless context. The system allows users to perform operations such as transcoding, resizing, and format conversion without managing dedicated servers. It leverages cloud storage services like S3 for input and output handling, enabling scalable...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    cBroadcast

    cBroadcast

    Playout Server that can act as a TV Station in a Box

    *** this version is outdated email : software.chasapis@gmail.com to get the latest code Bug fixes, code optimization + compliance recorder, ingest recorders, stream renderer (udp, rtsp, hls) e.t.c. TV Station in a box server This is a TV Station scheduled playout video server with statics and animated graphics. (png sequences) Position/Alpha/Size of the PNGs are total configurable. Rundown with time calculations and program scheduling. The software acts like a video...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    SHOUTcast Management Interface (BETA) - Create and modify shoutcast servers with the ease of a web based interface. This is a free open source stream control panel for PHP5 enabled web servers with MySQL 4.1 or newer.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15
    MediaEncodingCluster is an Enterprise Class, Video Cluster Environment with a Plattform Independent Client - Server Architecture for distributed video/audio converting/encoding tool over a grid Computing Network Design. more on http://docs.codergrid.de
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    STANTOR

    Scada for Home Automation

    ...Through the use of management system MySQL database, Stantor offers automation features customizable tasks. In particular it allows cyclical, calendar and planned tasks, but it can alert when an outbreak event (mail,sms,..).It also has the ability to launch computer program for specific uses.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    AmpJuke...and YOUR hits keep on coming!
    Manage and stream your music on a web server using a browser. Some features: - Scan+Import music (MP3/OGG/WMA/APE ). - Random play with "fair rotation". - Upload/download - Themes. - Uses various webservices and API's (last.fm, the Echonest) ...plus more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    GSN is a middleware (extendible software infrastructure) for rapid deployment and integration of heterogeneous wireless sensor networks. It is tested with Mica2, Mica2Dot, TinyNodes, Wisenode ,Wired & Wireless cameras, several RFID readers,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Movie Masher

    Movie Masher

    Browser-based online video editor and encoding API

    Version 3.x available here on SourceForge has been superseded by version 4.x available on Github. The later is a port to JavaScript, PHP and Ruby - all dependencies on Flash have been removed, as well as some of the functionality it provided. Version 3.x --------------- Extensible Flash and PHP online video editor with effects, transitions, titling, timeshifting and compositing. Client side ActionScript provides a robust GUI that interacts with PHP through simple XML protocols for...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    Fish4Knowledge Project

    Analysis of undersea fish videos

    ...Expert web-based interfaces were developed for use by marine researchers, allowing unprecedented access to live and previously stored videos, or previously extracted information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    onet

    OctopusNet - SAT>IP Server with various possibilities

    The High-End Networktuner - Octopus Net The Octopus Net is streaming LiveTV to IPTV-Ready devices in the local network. It makes so many devices to a FullHD (*1) receiver for satellite television and cable television. Thereby will send the FTA Channels (*2) in FullHD in the LAN or WLAN Network. Up to 4 streams - depending on model - may be used simultaneously on stationary and mobile devices. The to-use client software (*3) is for the operating systems iOS (iPhone, iPad), Android, Mac OS...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    VideoDB is a database to manage your personal video collection. It uses PHP and MySQL and features fetching Movie data from the Internet Movie Database (IMDb). videoDB has now moved to its new home at http://github.com/andig/videodb
    Downloads: 4 This Week
    Last Update:
    See Project
  • 23
    Tin Can Jukebox

    Tin Can Jukebox

    Stream your music over the net

    Tin Can Jukebox is a very fast, full featured php/mysql web jukebox that can securely stream large mp3 collections over the internet to multiple users. Features include many browsing modes,dynamic downsampling,playists,language packs & user access controls. Programming 100% fueled by environmentally friendly beer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Display UI
    A graphical interface to take advantage of screen estate on high definition televisions and digital signage built in C/C++ and GDI coupled with a server built in PHP (Zend Framework) for the administration interface and the system's backend.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A small Java(TM) based server to offer and deliver recorded MPEG2-TS streams of settop boxes to suitable videoplayer. Use this webserver to watch and convert movies recorded by the Siemens Gigaset M740/S750 on your computer.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB