Open Source JavaScript Software Development Software - Page 65

JavaScript Software Development Software

View 5969 business solutions

Browse free open source JavaScript Software Development Software and projects below. Use the toggles on the left to filter open source JavaScript Software Development Software by OS, license, language, programming language, and project status.

  • 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
  • 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
    FArP is JavaScript function arguments processor. It provides an easy way to parse function input arguments against expected types and values. Thanks to it developers can avoid chains of if conditions at the beginnings of their functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    FC-TrackBar (Fastcoder trackbar) is easy to use scalable sliders for websites.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    This project combines the rich features of the FCKeditor (http://www.fckeditor.net) with MyFaces (http://myfaces.apache.org) into a jsf component
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    FCKEditor plugins

    The plugins for FCKEditor you cant find online

    The idea with the project is to develop all those plugins for FCKEditor that cant usually be found on internet. Size doesn't matter!
    Downloads: 0 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 5
    FDJT is a lightweight portable Web toolkit. In general, FDJT does not add new abstractions to the underlying Web DOM and UI models, but adds functionality to the abstractions already there.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    FDesktop is a web-desktop based on javascript/css by Freelance Soft. Provide an interface for web applications and include windows, alert and confirmation dialogs, among others. See example: http://www.freelance-soft.com/fdesktop/example
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    FGSL2ZF
    Component library to extend Zend Framework. MVC with implicit CRUD. Tutorial in PDF available in download page. Project leader: FGSL. Homepage: www.fgsl.eti.br
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Firefly is a multi-user professional help desk system with several additional applications including company and contact management, knowledge database management, and contracts management. Firefly is also an application framework providing services such
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Little fPDF generator in JavaScript to generate PHP reports. Display the parameters of the functions fpdf and genera the PHP code. In portuguese brazilian.
    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
  • 10
    FROG is revolutionary tool used to externalize application properties for WebLogic. It manages properties files in a centralized location(Admin server). It supports dynamic loading of files in fully clustered environment.FROG is platform independent.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Web gallery based on pre-generated metadata, typically according to directory structure, not database or an administration. Development moved to: http://github.com/martinkozak/fsgal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    FSVS

    FSVS

    Full Screen Vertical Scroll

    Simple full-screen vertical slider using CSS3 transitions followed up by a jQuery fallback. Bound events support the mouse wheel, click and drag, arrow keys, and touch gestures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Fabriq Framework
    Fabriq, a rapid development framework for PHP that makes use of MVC, DRY, and ORM.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Fabriq Modules
    This project manages modules that can be used with the Fabriq framework. Module functionality was added in Fabriq version 1.3
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Facets is a web application framework that leverages a simple MVC architecture for the server side and a feature-packed Javascript component model for the client. The two pieces are designed to be seemlessly integrated for very dynamic AJAX-style apps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Software ERP de codigo libre. Utiliza C++, Qt 3, QSA y PostgreSQL.Software ERP free code. Uses C++, Qt 3, QSA and PostgreSQL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Intend to reproduce most of the conversational programming functionality of the Fagor 8055TC lathe controller. Web browser interface for easy portability between different OS. Visit project web-site for demo.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Fakebook
    Molesta a tus amigos de la red social Facebook
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Family.scss

    Family.scss

    Family.scss is a set of Sass mixins to help you to manage elements

    Family.scss is a set of Sass mixins that will help you to manage the style of :nth-child'ified elements, in an easy way. First of all, you need to import Family.scss into your project. If you're using eyeglass you can import it. Then you can use the mixins right away on your stylesheets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    UPDATE: New versions will be released through the Mozilla add-ons site.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Fantasy Land Specification

    Fantasy Land Specification

    Specification for interoperability of JavaScript algebraic structures

    This project specifies interoperability of common algebraic structures like Setoid, Ord, Semigroupoid, Category, Semigroup, Monoid, Group, Filterable, Functor, Contravariant, Apply, Applicative, etc. An algebra is a set of values, a set of operators that it is closed under and some laws it must obey. Each Fantasy Land algebra is a separate specification. An algebra may have dependencies on other algebras which must be implemented. "Value" is any JavaScript value, including any which have the structures defined below. "Equivalent" is an appropriate definition of equivalence for the given value. The definition should ensure that the two values can be safely swapped out in a program that respects abstractions. For example, two lists are equivalent if they are equivalent at all indices, two plain old JavaScript objects, interpreted as dictionaries, are equivalent when they are equivalent for all keys, two promises are equivalent when they yield equivalent values, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    FastDom

    FastDom

    Eliminates layout thrashing by batching DOM measurement

    Eliminates layout thrashing by batching DOM read/write operations (~600 bytes minified gzipped). FastDom works as a regulatory layer between your app/library and the DOM. By batching DOM access we avoid unnecessary document reflows and dramatically speed up layout performance. Each measure/mutate job is added to a corresponding measure/mutate queue. The queues are emptied (reads, then writes) at the turn of the next frame using window.requestAnimationFrame. FastDom aims to behave like a singleton across all modules in your app. When any module requires 'fastdom' they get the same instance back, meaning FastDom can harmonize DOM access app-wide. Potentially a third-party library could depend on FastDom, and better integrate within an app that itself uses it. It's very important that all DOM mutations or measurements go through fastdom to ensure good performance; to help you with this we wrote fastdom-strict.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Fastify

    Fastify

    Fast and low overhead web framework, for Node.js

    Fastify is a high-performance web framework for Node.js that focuses on minimal overhead and predictable extensibility. It pairs a declarative routing API with JSON Schema–driven validation and serialization, so requests are checked at the edge and responses are produced quickly. The framework’s plugin system uses encapsulation to isolate routes, decorators, and hooks, which keeps large codebases modular and avoids accidental cross-pollution. Built-in hooks (such as onRequest, preHandler, and onSend) and lightweight decorators make it easy to insert cross-cutting concerns like auth, caching, and metrics. Fastify ships with thoughtful defaults like structured logging via Pino and AJV for schema validation, and it has first-class TypeScript types. The result is a server stack that scales to high throughput while remaining easy to reason about in production.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Fastify DX

    Fastify DX

    A Full Stack Framework based on Fastify and Vite

    Fastify DX is an upcoming full stack framework built on top of Fastify and Vite. In this early stage, we're working to define a Universal Route Module API. Currently, only Fastify v3 is supported, v4 support is already in the works. Fastify DX is currently in alpha. Right now the focus is on implementing the same API for React, Vue, Solid and Svelte. A minimal zx-based CLI for enhanced Developer Experience is planned next. Subscribe to this newsletter to hear about the public beta.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Fawn

    Fawn

    Transactions for MongoDB

    Fawn provides the ability to carry out edits on a mongoDB database as a series of steps. If an error occurs on any of the steps, the database is returned to its initial state (its state before the transaction started). It's based on the two phase commit system described in the MongoDB docs.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB