Showing 31 open source projects for "javascript engine"

View related business solutions
  • Stay in Flow. Let Zenflow Handle the Heavy Lifting. Icon
    Stay in Flow. Let Zenflow Handle the Heavy Lifting.

    Your AI engineering control center. Zenflow turns specs into shipped features using parallel agents and multi-repo intelligence.

    Zenflow is your engineering control center, turning specs into shipped features. Parallel agents handle coding, testing, and refactoring with real repo context. Multi-agent workflows remove bottlenecks and automate routine work so developers stay focused and in flow.
    Try free now
  • 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
    Hermes JS Engine

    Hermes JS Engine

    A JavaScript engine optimized for running React Native

    Hermes-powered apps launch faster, thanks to build-time precompilation of JavaScript into efficient bytecode. Hermes is small in APK size, lean on memory, and starts instantly. It won't weigh your app down. It's simple to get started with Hermes in React Native apps. Hermes is open source and implements JavaScript standards. You will now be in a directory with the output of building Hermes into CLI tools. From here you can run a piece of JavaScript. If you have an existing app based on an...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    AlaSQL

    AlaSQL

    JavaScript SQL database for browser and Node.js for relational tables

    ...We focus on flexibility by making sure you can import/export and query directly on data stored in Excel (both .xls and .xlsx), CSV, JSON, TAB, IndexedDB, LocalStorage, and SQLite files. The library adds the comfort of a full database engine to your JavaScript app. No, really - it's working towards a full database engine complying with most of the SQL-99 language, spiced up with additional syntax for NoSQL (schema-less) data and graph networks.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    TURF

    TURF

    A modular geospatial engine written in JavaScript

    Turf is a JavaScript library for spatial analysis. It includes traditional spatial operations, helper functions for creating GeoJSON data, and data classification and statistics tools. Turf can be added to your website as a client-side plugin, or you can run Turf server-side with Node.js. Modular, simple-to-understand JavaScript functions that speak GeoJSON. Turf is a collection of small modules, you only need to take what you want to use. Takes advantage of the newest algorithms and doesn't...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    TanStack DB

    TanStack DB

    A reactive client store for building super fast apps

    TanStack DB (beta) is a lightweight, embedded database-like library designed to manage structured data directly in client or server-side JavaScript environments, offering stateful data stores that work seamlessly with the TanStack ecosystem. Blazing‑fast query engine for sub‑millisecond live queries, joins & aggregates. Fine‑grained reactivity to minimize component re‑rendering. Robust transaction primitives for optimistic mutations with sync & lifecycle support. Normalized data model that keeps backends simple and consistent.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 5

    Dagger - The Cutting Edge

    A nuts and bolts web engine / CMS (Content Management System)

    Dagger "the cutting edge" is a nuts and bolts web engine / CMS (Content Management System) , aimed more to developers than webmasters. It's more customizable than ordinary content management systems. It's a spin off of the Edge Engine (of which Dagger's project leader was a co-developer), formerly used for Box Network's (Astalavista) websites.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Duktape

    Duktape

    Embeddable Javascript engine with a focus on portability

    Duktape is easy to integrate into a C/C++ project: add duktape.c, duktape.h, and duk_config.h to your build, and use the Duktape API to call ECMAScript functions from C code and vice versa. Partial support for ECMAScript 2015 (E6) and ECMAScript 2016 (E7), Post-ES5 feature status, kangax/compat-table. Combined reference counting and mark-and-sweep garbage collection with finalization. Property virtualization using a subset of ECMAScript ES2015 Proxy object. Bytecode dump/load for caching...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Centrallix Application Platform

    Centrallix Application Platform

    Declarative rich internet application platform

    Centrallix is a browser-based DDSL (declarative domain specific language) rich internet application platform featuring data and application abstraction, a SQL engine for joining diverse data sources, declarative (not scripted) development, reports, components, and style templates.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    mage2alokai

    mage2alokai

    Magento to Vue-storefront datapump

    Mage2VueStorefront is a connector that enables seamless integration between Magento 2 and Vue Storefront, a headless eCommerce frontend. It allows Magento-powered stores to leverage Vue.js for a fast, responsive, and API-driven storefront experience.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    doT

    doT

    The fastest + concise javascript template engine for nodejs

    ...I used it in my other projects (e.g. ajv) as the smallest, fastest and most functional (all three!) templating engine ever made, that is particularly useful in all code generation scenarios where manipulating AST is overkill. doT allows arbitrary JavaScript code in templates, making it one of the most flexible and powerful templating engines. It means that doT security model assumes that you only use trusted templates and you don't use any user input as any part of the template, as otherwise it can lead to code injection.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Field Service Management Software | BlueFolder Icon
    Field Service Management Software | BlueFolder

    Maximize technician productivity with intuitive field service software

    Track all your service data in one easy-to-use system, enabling your team to move faster and generate more revenue for your bottom line.
    Learn More
  • 10
    GUN

    GUN

    Cybersecurity protocol for syncing decentralized graph data

    GUN is a small, easy, and fast data sync and storage system that runs everywhere JavaScript does. The aim of GUN is to let you focus on the data that needs to be stored, loaded, and shared in your app without worrying about servers, network calls, databases, or tracking offline changes or concurrency conflicts. This lets you build cool apps fast. When a browser peer asks for data, it'll merge the reply with its own data using a CRDT, then cache the result. GUN is fully decentralized...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Lovefield

    Lovefield

    Lovefield is a relational database for web apps

    ...The engine includes a cost-based optimizer and a planner that chooses index scans and join orders to reduce latency. Because it is embedded, apps can keep responsive, offline-capable experiences while synchronizing with a server on their own schedule. The library targets maintainable, testable data logic by abstracting away browser storage quirks behind a stable relational façade.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    totaljs/eshop

    totaljs/eshop

    Eshop + Content Management System (CMS) written in Node.js / Total.js

    Total.js eShop is an open-source eCommerce platform built with the Total.js framework. It provides a lightweight, modular, and customizable solution for building online stores. Designed for developers who need a flexible eCommerce backend, it offers essential shopping functionalities such as product management, order processing, and payment integrations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    CleanCode

    CleanCode

    .NET, PowerShell, SQL, Java, Perl, and Javascript developer libraries

    Develop clean code with our .NET components (plus PowerShell, SQL, Java, Perl, and JavaScript components as well!). CleanCode highlights include user controls, a validation engine, a diagnostic system, an XML/HTML pre-processor, and a variety of articles on code design.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Java Application Framework For All

    JAFFA is a Rich Web 2.0 POJO based Event-Driven SOA framework

    An Enterprise Focused Java Framework For Rapid Application Development. JAFFA is a Java web application development stack, build around Web 2.0 technologies (ExtJS, DWR, JAWR) with an extensive service architecture, meta-data layer and rules engine (based on JBoss AOP and Drools). It provides an event driven SOA infrastructure with advanced scheduling and queue sub-systems
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    cde4php - Cross Database Engine for PHP

    cde4php - Cross Database Engine for PHP

    Uniform Database Abstraction for PHP Development

    Debby has replaced CDE in the Tina4Stack, you may want to check it out at http://tina4.com CDE is a PHP class which implements the general database functions in PHP and provides a common SQL platform for php development where developers change their databases but not their code. Supports Firebird, MySQL,Oracle,SQLite, MSSQL(both drivers),CUBRID,ODBC. CDE now supports date uniformity, param passing & BLOB handling across all the databases supported. CDE is not a replacement for PDO,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Toolsverse ETL Framework

    Toolsverse ETL Framework

    Open source Extract Transform Load engine written in Java

    ETL Framework is a standalone Extract Transform Load engine written in Java. It includes executables for all major platforms and can be easily integrated into other applications. Key Features: * embeddable, open source and free * fast and scalable * uses target database features to do transformations and loads * manual and automatic data mapping * data streaming * bulk data loads * data quality features using SQL, JavaScript?
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A CMS based on OpenEffect. It uses ModeliXe as the Template Engine wich gives XHTML compatibility and external Plug-ins for DreamWeaver's / UltraEdit's users. It uses ADODB as its Database Compatibility Layer. Plug-in module planned in future releases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    JavaScript SQL (JSSQL)

    JavaScript SQL (JSSQL)

    A database engine entirely in JavaScript (AJAX)

    JSSQL is a database engine developed entirely with JavaScript. It is a tool for developers to interpret and execute SQL statements on a offline database. It has a conversion class developed in PHP for use with relational databases (ex. PostgreSQL, MySQL, etc..) that generates a series of data files, then the database engine in JavaScript (JSSQL) accesses the data through SQL querys and return a set of records, similar to any database engine. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    OLAP aggregation engine with MDX support, web interface (slice & dice) and relational database backend. See "Documentation" for more. Presentation: http://cubulus.sourceforge.net/. See online demo courtesy of Webfaction, http://alxtoth.webfactional.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    WebSqliteAdmin is complex PHP application for SQLite database engine. It contains powerfull Query manager and simply graphics Database modeler. JavaScript included. Small and complex admin on one place.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    eXaro it's a free report engine similar to Jasper or Crystal Reports. eXaro can be embedded very easy in any Qt application. eXaro has an integrated preview with search and export (in different formats) capabilities. eXaro came with a visual designer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    mydbaccess is a Web-GUI for MySQL databases featuring end-user-friendly editing, search, query and reporting engine functionality.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Gathering on different points in time, with PHP engine, the number of records, space allocated and all variables from MySQL servers store them in a own MySQL database and document the evolution of included servers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    open-search is a framework to build a p2p web search engine, whereby people mutually form a search engine without the intervention of central servers or a central actor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    phpRPG is a multiplayer role playing game engine driven by PHP and MySQL, with aims to develop a web-based game engine which shares common qualities between multiple user dungeons (MUDs), paper & pen RPGs and computer RPGs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next