Showing 41 open source projects for "logic"

View related business solutions
  • 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
  • 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 generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1
    Middy

    Middy

    The stylish Node.js middleware engine for AWS Lambda

    ...If you have used web frameworks like Express, then you will be familiar with the concepts adopted in Middy and you will be able to get started very quickly. A middleware engine allows you to focus on the strict business logic of your Lambda and then attach additional common elements like authentication, authorization, validation, serialization, etc. in a modular and reusable way by decorating the main business logic. One of the main strengths of serverless and AWS Lambda is that, from a developer perspective, your focus is mostly shifted toward implementing business logic. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2
    Maxun

    Maxun

    Small event-delegation library for decoupling event binding and handli

    Maxun named JsAction by Google serves as a lightweight event delegation library built in JavaScript. It allows developers to separate the logic of binding events from the code that handles those events, helping to keep DOM event wiring cleaner and more maintainable. It is archived and marked as read-only, indicating that the project is no longer actively maintained or intended for production use. The README states that ongoing development has migrated into a larger framework under the Angular project. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Cerebral

    Cerebral

    Declarative state and side effects management for popular JavaScript

    ...When you make a code change you should create a branch first. When the code is changed and backed up by a test you can commit it from the root. A declarative approach to application logic also allows us to build developer tools that builds the mental image of this complexity for you. It makes perfect sense for us to write our UIs with declarative code. The reason is that we need to reuse UI elements and compose them together in different configurations. UIs are complex. But what about our application logic? Applications are becoming more complex in nature as we push the boundaries of user experiences.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Melt UI

    Melt UI

    A set of headless, accessible component builders for Svelte

    Melt UI is an open-source headless component builder library created specifically for the Svelte ecosystem, designed to help developers construct accessible and highly customizable user interface components. Rather than providing fully styled widgets, the library focuses on supplying the behavioral logic and accessibility patterns needed to build UI components while allowing developers to control the visual appearance. Melt UI introduces a builder-based architecture where component logic is encapsulated in reusable primitives that can be attached to any HTML element or custom component. The project strongly emphasizes accessibility and follows WAI-ARIA standards to ensure consistent keyboard navigation and screen reader compatibility. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 5
    newpipeextractor

    newpipeextractor

    Library for extracting streaming site data without official APIs

    ...NewPipeExtractor provides a unified framework for retrieving information such as video streams, playlists, channels, and search results from supported streaming services. It handles many low-level tasks involved in web data extraction, including parsing responses, managing platform-specific logic, and handling errors, allowing developers to focus on implementing application features rather than scraping mechanics. Each supported service is implemented through its own extractor components that conform to a common interface, enabling consistent access to data across different platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Immutable.js

    Immutable.js

    Immutable collections for JavaScript

    ...Immutable data is unchangeable once created, which makes application development so much simpler. There’s no defensive copying, and you get advanced memoization and change detection techniques with simple logic. Persistent data gives you a mutative API, one that doesn’t update data in-place but always produces new and updated data. The data structures that Immutable.js provides include List, Stack, Map, OrderedMap, Set and more. These structures are highly efficient on modern JavaScript VMs, and minimize the need to cache or copy data.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 7
    crawler

    crawler

    Collection of JS reverse engineering examples for web scraping study

    crawler is a collection of web scraping and JavaScript reverse engineering examples designed for learning how modern websites protect their data and how those protections can be analyzed. It contains many case studies that demonstrate how to analyze and replicate request parameters, cookies, and encryption logic used by real websites. Each directory in the project focuses on a specific target service or scenario, showing how browser network requests and JavaScript code can be studied to reproduce API calls programmatically. Many examples illustrate techniques such as debugging scripts, intercepting requests, analyzing encrypted parameters, and understanding authentication flows. crawler also explores common anti-scraping defenses and demonstrates how developers can examine them through debugging tools and reverse engineering techniques.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    TiddlyWiki

    TiddlyWiki

    A self-contained JavaScript wiki for the browser, Node.js, AWS Lambda

    TiddlyWiki5 is a mature, self-contained open-source personal wiki application and non-linear notebook implemented entirely in JavaScript that runs in the browser or a Node.js environment, letting users create, organize, and interlink small pieces of content called tiddlers without the need for a server backend or traditional hierarchical pages. Its entire application — including content, interface, and logic — can live in a single HTML file that users open and edit directly in a web browser, making it portable, offline-capable, and easy to share or archive without dependencies. Beyond its single-file form, TiddlyWiki5 can also run as a more traditional application via Node.js, enabling filesystem storage and plugin ecosystems to extend capabilities like rendering engines, themes, and automation tools.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Aimeos headless distribution

    Aimeos headless distribution

    Aimeos cloud-native, API-first ecommerce headless distribution

    ...The project exposes a comprehensive REST and GraphQL API that allows developers to build custom storefronts or commerce applications using any frontend technology. Because the platform follows a headless architecture, it separates the commerce logic from the presentation layer, enabling developers to build web, mobile, or progressive web applications while relying on Aimeos for backend functionality. The framework includes a full set of commerce features such as product catalog management, order processing, and customer management while remaining highly customizable. It is designed to scale from small online shops to very large marketplaces and enterprise-level commerce platforms handling massive product catalogs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Catch Bugs Before Your Customers Do Icon
    Catch Bugs Before Your Customers Do

    Real-time error alerts, performance insights, and anomaly detection across your full stack. Free 30-day trial.

    Move from alert to fix before users notice. AppSignal monitors errors, performance bottlenecks, host health, and uptime—all from one dashboard. Instant notifications on deployments, anomaly triggers for memory spikes or error surges, and seamless log management. Works out of the box with Rails, Django, Express, Phoenix, Next.js, and dozens more. Starts at $23/month with no hidden fees.
    Try AppSignal Free
  • 10
    rpc-websockets

    rpc-websockets

    JSON-RPC 2.0 implementation over WebSockets for Node.js

    The rpc-websockets library enables developers to easily implement their business logic that includes messaging between users, machines or any devices. It provides a possibility to send and receive JSON data through the WebSocket communication protocol in order to support two-way notification push, running RPC methods and firing any types of event signalling. Only clients can call RPC methods and not vice versa at the moment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    WebExt Redux

    WebExt Redux

    A set of utilities for building Redux applications in Web Extensions

    ...The dispatches called from UI component will find their way to the background page no problem. The new state from your background page will make sure to find its way back to the UI components. Implement actions whose logic only happens in the background script (we call them aliases).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Distpicker

    Distpicker

    Plugin for picking provinces, cities and districts of China

    ...The plugin is customizable in terms of initial values, placeholder text, and which dropdowns to include, and it also supports dynamic updates if you need to reset or reload region data based on custom logic. It’s especially handy for applications that require structured address input across multiple locales without building and maintaining your own region datasets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    LibJS Detector

    LibJS Detector

    Detects the Javascript libraries running on webpage

    ...LibJS Detector Firefox WebExtension discovers which JavaScript libraries are being utilized on webpages that you visit and displays their icons on the Firefox Menu. Currently supports: Release 1.1.1 - Updated detection logic for Nuxt
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    ast-hook-forjs-re

    ast-hook-forjs-re

    AST-based JavaScript reverse engineering and variable tracing toolkit

    ...When a user encounters encrypted parameters in network requests, the captured variable data can be searched to determine where those values originated in the code. Once the relevant variable and code location are identified, analysts can trace backward to extract or reproduce the encryption logic used by the site.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    FreeMarker template engine

    Generates text that depends on changing data (like dynamic HTML).

    ...That is, it provides an easy way to generate text (HTML, source code, configuration files, emails, etc.) that depends on changing data. It's designed to separate the rendering/formatting logic (like visual design, HTML issues, etc.) from the backing application logic and technical complexity. It has a flexible API so you can integrate it into your application the way that best fits it.
    Downloads: 62 This Week
    Last Update:
    See Project
  • 16
    Visibility.js

    Visibility.js

    Wrapper for the Page Visibility API

    Visibility.js is a small JavaScript library that wraps the native Page Visibility API to give developers an easy interface for detecting when a user’s browser tab becomes visible, hidden, or is in prerendering mode. Its main purpose is to let web applications adapt behavior depending on whether the page is actually being viewed — for example, pausing animations, postponing heavy computations, or stopping unnecessary network requests when the user switches to another tab. The library hides...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    jQuery Ajax File Uploader Widget

    jQuery Ajax File Uploader Widget

    Lightweight and very configurable jQuery plugin

    A jQuery plugin for file uploading using ajax(a sync); includes support for queues, progress tracking and drag and drop. Very configurable and easy to adapt to any Frontend design, and very easy to work along side any backend logic. The focus will be modern browsers, but also providing a method to know when the plugin is not supported. The idea is to keep it simple and lightweight. Basic Javascript knowledge is necessary to setup this plugin: how to set settings, callback events, etc. Initialize the plugin on any HTML element such as: <div /> to provide a Drag and drop area. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Logic Circuit Diagram

    Logic Circuit Diagram

    Build now your diagram logic circuit

    A full-client web application, practical and useful developer diagrams for the construction of the logic of a circuit, with circuit simulator, AC, DC and Transient Analysis, for your Computer Desktop. You can to export yours diagrams in pdf, png, jpg, gif and tiff. ========== Support Windows 7 and later with ia-32 or arch x64 ========== Android app: https://play.google.com/store/apps/details?id=com.ulm.droidtronics Chrome extension: http://bit.ly/29Tdvz7 Opera add-on: http://bit.ly/1igCRWQ
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    wdaf

    wdaf

    web development abstraction framework

    This is a simple framework for any dynamic website. It comes with a set of php- and js-functions for database connections, file-uploads, etc and a debugger. It also offers the ability to implement multiple css-themes or websites of which one can be activated in a config file. This way, it is possible to quickly "switch" a theme or site.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Hippo CMS

    Hippo CMS

    Hippo CMS is a Java based, Open Source Web Content Management platform

    Hippo CMS is a Java based, Open Source Web Content Management platform. Hippo CMS uses a clean, modular architecture with an emphasis on the separation of the content from the presentation logic. This enables content editors to create content once, and then publish it to regular web sites, mobile sites, Facebook, REST APIs, digital magazines, mobile apps, and so on. Under the hood, Hippo CMS supports many open standards such as JCR and REST to simplify development and integrations with existing systems. Next to creating and editing content, Hippo CMS enables webmasters to create new channels or configure existing page templates using its channel manager and template composer. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    FastClick

    FastClick

    Easy-to-use library to remove click delays on browsers with touch UIs

    FastClick is a simple, easy-to-use library for eliminating the 300ms delay between a physical tap and the firing of a click event on mobile browsers. The aim is to make your application feel less laggy and more responsive while avoiding any interference with your current logic. FastClick is developed by FT Labs, part of the Financial Times. Note: As of late 2015 most mobile browsers - notably Chrome and Safari - no longer have a 300ms touch delay, so fastclick offers no benefit on newer browsers, and risks introducing bugs into your application. Consider carefully whether you really need to use it. The library has been deployed as part of the FT Web App. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 22

    Roxy Fileman

    Web file manager

    Free file browser for CKEditor and TinyMCE. Can be used in any web application. Ready for use with ASP .NET and PHP - all scripts are included. User unterface completely separated from the server side logic. Language independant server side scipts - can be implemented in any programming language - PHP, ASP .NET, Python etc. Latest versions is available at http://www.roxyfileman.com/download
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    tripfix - travel internet booking engine

    tripfix - travel internet booking engine

    IBE/internet booking engine/webportal for tour operators/travel agents

    Tripfix is an internet booking engine / IBE for tour operators and travel agents. The software is based on PHP, Zend Framework and Mongo DB. One man-year’s worth of work is already included in the software – not to mention a great deal of experience from our other travel-based software projects (f.e. snowtrex.com). A reference project “cruise finder” (http://www.kreuzfahrt-finder.net) is currently running, and it can be extended to many other booking items (accommodations, flights, rental...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Language KISS HTML5

    Browser based flash cards

    ...Main features - learn (cards due to learn), swat (every card) - copy cards - filter - sort - synchronize between devices - share cards with other users (just use all and/or improve and add cards) Programm code and usage follows the KISS principle, see http://en.wikipedia.org/wiki/KISS_principle - basic requirement = browser - OS independent - no installation required - no fancy features - bullet proof synchonization and sharing - deployment is just copying files onto a PHP enabled webserver More - data is on your own server - no central registration or data mining Technical Details - logic in JavaScript (browser) - Share/synch by PHP scripts on webserver (file based)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Messaging library for multi-user / real-time collaborative applications. Server side logic in php, realtime communication between clients. Short learning curve, host everywhere, pass firewalls, no installation. Applications: chat, collaborative apps, games...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB