14 repository-uri
Configurations for running applications via specific server gateways like uWSGI for process management.
Distinct from Ubuntu Server Deployments: Focuses on the choice of application gateway server rather than the host OS or Kubernetes orchestration.
Explore 14 awesome GitHub repositories matching devops & infrastructure · Application Server Deployments. Refine with filters or upvote what's useful.
Acest proiect este un șablon React pregătit pentru producție și un starter JavaScript izomorf, conceput pentru construirea de aplicații universale. Acesta servește ca un boilerplate pentru crearea de aplicații React care utilizează randarea pe partea de server (SSR) pentru a partaja logica și starea între server și browser. Framework-ul oferă o fundație preconfigurată pentru bootstrapping-ul aplicațiilor React, concentrându-se pe un framework de aplicații JavaScript universale. Automatizează procesul de pregătire a aplicațiilor web randate pe server pentru mediile de producție, oferind un pipeline de build și implementare integrat. Codul sursă acoperă compilarea bundle-urilor universale și execuția JavaScript izomorfă, utilizând un pipeline de build de tip zero-config pentru a gestiona tranziția între HTML-ul randat pe server și interactivitatea pe partea de client.
Automates the process of building and transferring distributable universal JavaScript application artifacts to a server.
POCO is a comprehensive C++ application framework that provides a cross-platform set of libraries for building network-centric applications. It offers a unified abstraction layer that wraps platform-specific APIs, enabling the same code to run across desktop, server, mobile, IoT, and embedded systems. The framework is organized into modular libraries that can be compiled and linked selectively, allowing developers to include only the components their application needs. The framework distinguishes itself through its broad coverage of application infrastructure needs, including threading and sy
Creates server processes that run as Windows services or Unix daemons with testing fallback.
WildfireChat’s im-server is an open-source instant messaging backend that handles message routing, user management, and group chat for private deployments. It provides a self-hosted messaging platform that can run on private infrastructure without third-party cloud dependencies, supporting enterprise messaging with group management, user directories, and external system integration. The server synchronizes messages and state across mobile, desktop, web, and mini-program clients simultaneously, and supports real-time audio/video calls with group conferencing and live streaming. It includes enc
Ships a complete core messaging server and application server for private instant messaging deployment.
This is a Yeoman generator that produces complete full-stack web application project skeletons, combining an AngularJS frontend with an Express.js backend. It scaffolds a MEAN stack project structure with MongoDB, including optional OAuth authentication and real-time WebSocket communication capabilities. The generator produces a complete project skeleton with a live-reload development server, preconfigured build and testing tools, and environment-specific configuration files. It includes role-based authentication with local and social login strategies, route protection, and admin user managem
Builds the project into a distributable folder, then transfers and runs it on a Linux server with a production Node process.
Deis is an open-source, self-hosted Platform-as-a-Service that deploys and manages containerized applications on a CoreOS cluster using a Heroku-inspired git push workflow. It accepts application code via git push, automatically builds a Docker image, and runs it as a container on the cluster, with systemd and etcd providing service discovery and configuration management. The platform provides a developer experience modeled after Heroku, with a command-line interface for creating, scaling, configuring, and monitoring applications. It hosts a private Git remote per application that triggers th
Deploys, scales, and manages applications on self-controlled infrastructure using a Heroku-inspired workflow.
Voilà is a tool that converts Jupyter notebooks into standalone interactive web applications. It renders notebook cells as HTML web components, preserving live widgets while stripping source code by default, and gives each viewer a dedicated Jupyter kernel for isolated widget state and callback execution. The project runs as a Jupyter server extension, reusing existing server infrastructure for notebook serving and authentication. It supports directory-based notebook hosting, serving all notebooks in a folder as a browsable collection of web applications from a single command. Voilà also prov
Packages and serves the dashboard on cloud providers, private servers, or via tunneling tools like ngrok.
opennextjs-aws este un adaptor de infrastructură serverless și un instrument de implementare care transformă artefactele de build Next.js în pachete compatibile pentru găzduire pe AWS Lambda și S3. Funcționează ca un adaptor de implementare care mapează output-urile specifice framework-ului către funcții serverless și stocare de obiecte. Proiectul se distinge prin implementarea unor optimizări specifice serverless, inclusiv un manager de cache care sincronizează regenerarea statică incrementală și fetch cache-urile prin S3 sau DynamoDB. Dispune de un optimizator de cold start care utilizează minificarea bundle-urilor și încălzirea programată a funcțiilor pentru a reduce latența, alături de un pipeline dedicat de optimizare a imaginilor pentru preluarea fișierelor sursă din S3 și livrarea lor prin CDN. Sistemul acoperă o gamă largă de capabilități, inclusiv integrarea middleware-ului edge, revalidarea în fundal bazată pe cozi și distribuția rutelor către mai multe ținte. De asemenea, gestionează traficul prin rutare CDN, injectarea datelor de geolocație și streaming-ul răspunsurilor serverului pentru a îmbunătăți timpul până la primul byte (TTFB). Instrumentul oferă opțiuni extinse de personalizare pentru pipeline-urile de build, comportamentele adaptorului și logica serverului pentru a susține nevoi arhitecturale variate și structuri monorepo.
Bundles application output for execution on traditional application server gateways.
Unregistry is a decentralized container cluster orchestrator and Docker Compose manager. It allows for the deployment and scaling of containerized services across multiple remote hosts without the need for a centralized control plane. The project distinguishes itself by providing a registry-less deployment model, using SSH to transfer container image layers directly to remote servers. This capability enables deployments to air-gapped or private networks by bypassing external image registries entirely. The system covers a broad range of operational capabilities, including overlay mesh network
Builds images from local files and pushes missing layers to remote servers to initiate rolling updates.
Hoodie este un framework de sincronizare a datelor și un backend JavaScript offline-first conceput pentru a menține depozitele de date client-side sincronizate cu un backend la distanță. Oferă un strat de persistență local-first care permite aplicațiilor să rămână funcționale în timp ce sunt offline prin abstractizarea bazei de date client-side. Sistemul dispune de o interfață backend NoSQL care permite interacțiunea cu depozitele de date la distanță fără a necesita cod boilerplate personalizat pe partea de server. Acest lucru este susținut de un sistem modular de drivere de adaptoare backend pluggable care conectează stratul de sincronizare la diverși furnizori de baze de date la distanță. Frameworkul gestionează sincronizarea datelor client-side și persistența local-first pentru a asigura consistența între dispozitive. Acoperă deployment-ul serverelor backend pentru a gestiona persistența datelor și crearea de API-uri offline pentru aplicații web și mobile.
Provides the ability to deploy a backend server that exposes a client interface for data persistence and connectivity.
PDF-Guru este un procesor de documente și convertor de materiale de studiu bazat pe AI, conceput pentru a transforma manuale, lucrări de cercetare și conținut multimedia în flashcard-uri structurate pentru sisteme de repetiție spațiată precum Anki. Acesta funcționează ca un pipeline de conținut care utilizează modele de limbaj pentru a extrage concepte și fapte cheie din documente nestructurate, pentru a genera perechi întrebare-răspuns, cloze deletions și carduri cu alegere multiplă. Sistemul se distinge printr-o suită cuprinzătoare de gestionare PDF și parsare multi-format. Oferă utilitare avansate pentru documente, inclusiv OCR pentru crearea de PDF-uri căutabile, adnotare în lot și manipularea paginilor la nivel scăzut, cum ar fi îmbinarea, divizarea, decuparea și rotirea. De asemenea, suportă conversia unor intrări diverse, inclusiv foi de calcul, hărți mentale, e-book-uri și videoclipuri — complet cu capturi de cadre cu marcaj temporal — în active de studiu. Dincolo de generarea de conținut, proiectul include instrumente pentru gestionarea cardurilor și a pachetelor, cum ar fi editarea în masă a câmpurilor și configurarea șabloanelor. Suportă sincronizarea datelor între dispozitive prin rețele locale, servere la distanță sau backend-uri auto-găzduite și se integrează cu bibliotecile de cercetare Zotero. Platforma gestionează, de asemenea, optimizarea activelor prin înlocuirea imaginilor încorporate cu link-uri cloud pentru a reduce timpul de stocare și sincronizare. Utilizatorii pot exporta notele de lectură și pachetele de carduri în mai multe formate, inclusiv Markdown, TXT, XLSX și PDF.
Provides a self-hosted backend server to synchronize study decks and media assets across multiple devices.
Gitkube is a Kubernetes-native CI/CD controller and container image builder that automates the deployment of applications directly within a cluster. It functions as a GitOps deployment engine that synchronizes cluster state with version control repositories, allowing source code to be compiled into container images and deployed upon git push events. The system focuses on secure, multi-tenant resource management by mapping specific git repositories to dedicated Kubernetes namespaces. It utilizes an identity verification layer based on cryptographic SSH keys and role-based access control to aut
Implements integrated workflows that automatically build images and deploy them to a cluster upon detecting git changes.
This project is a containerized search infrastructure designed to deploy a privacy-focused metasearch engine. It acts as a self-hosted search proxy that aggregates results from multiple external web, image, and academic search providers while anonymizing requests and stripping trackers to protect user identity. The system utilizes Docker to orchestrate the search instance, integrating caching mechanisms and reverse proxy support to ensure a private and efficient search environment. It employs a modular adapter-based integration to standardize diverse external API responses and a processing pi
Supports deployment via uWSGI for improved performance and process management.
ElasticMQ is an Amazon SQS mock server and emulator designed for local development and testing of asynchronous messaging logic without requiring cloud connectivity. It provides a local messaging test tool that mimics cloud-based messaging infrastructure to verify message producer and consumer behavior. The project can be deployed as a standalone service or as an embedded emulator that runs directly within a Java application process to remove external dependencies. It includes a web-based queue management interface for monitoring queue statistics and managing messages visually. The system sup
Supports running the queue server directly within the application to eliminate external dependencies.
This framework is a server-side development platform for building interactive, data-driven web applications using Java. It provides a comprehensive component model that allows developers to construct complex user interfaces entirely through backend code, abstracting away the need to manually manage HTML, CSS, or client-side scripting. The platform distinguishes itself by maintaining the application state and user interface hierarchy on the server, synchronizing changes to the browser through a persistent communication channel. This architecture enables developers to bind backend domain object
Runs applications on any standard-compliant application server including major enterprise platforms and lightweight containers.