Open Source JavaScript Software Development Software - Page 52

JavaScript Software Development Software

View 5769 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.

  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • Simplify Purchasing For Your Business Icon
    Simplify Purchasing For Your Business

    Manage what you buy and how you buy it with Order.co, so you have control over your time and money spent.

    Simplify every aspect of buying for your business in Order.co. From sourcing products to scaling purchasing across locations to automating your AP and approvals workstreams, Order.co is the platform of choice for growing businesses.
    Learn More
  • 1
    Expand is an Open Source tool for easily developing professional Web applications. Is based on JEE5 standard technologies, annotations and pojos. Includes rapid prototyping features and a set of frameworks and wizards to ultra-fast creation of Web apps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Experience is a set of non-traditional GUI gadgets written in JavaScript with focus on usability and support for i18n. It includes an image viewer component and a weighted list generator. A slide show with different modes will soon join the library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    ExplorViz

    ExplorViz

    Live Trace Visualization for Large Software Landscapes

    ExplorViz is a web-based software visualization for large software landscapes. It features two different perspectives: the landscape-level perspective and the application-level perspective. The former visualizes the systems, nodes, and application existing in the software landscape. The latter one utilizes the city metaphor to visualize the entities and communication happening in one application. For installation instructions and downloads see http://www.explorviz.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    ExplorerIndex is a Perl driven indexing script, that creates a sitemap, and/or/including a table of contents for specified files/directories. It produces a static or dynamic page with a Javascript tree control, html-template and cookie driven.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Rent Manager Software Icon
    Rent Manager Software

    Landlords, multi-family homes, manufactured home communities, single family homes, associations, commercial properties and mixed portfolios.

    Rent Manager is award-winning property management software built for residential, commercial, and short-term-stay portfolios of any size. The program’s fully customizable features include a double-entry accounting system, maintenance management/scheduling, marketing integration, mobile applications, more than 450 insightful reports, and an API that integrates with the best PropTech providers on the market.
    Learn More
  • 5
    Express & mongoose REST API Boilerplate

    Express & mongoose REST API Boilerplate

    A boilerplate application for building RESTful APIs Microservice

    A boilerplate application for building RESTful APIs Microservice in Node.js using express and mongoose in ES6 with code coverage and JsonWebToken Authentication. Helps you stay productive by following best practices. Follows Airbnb's Javascript style guide. JavaScript code linting is done using ESLint, a pluggable linter tool for identifying and reporting on patterns in JavaScript. Uses ESLint with eslint-config-Airbnb, which tries to follow the Airbnb JavaScript style guide. Supports code coverage of ES6 code using istanbul and mocha. Code coverage reports are saved in the coverage/directory post yarn test execution. Open coverage/lcov-report/index.html to view the coverage report. yarn test also displays code coverage summary on the console. Code coverage can also be enforced overall and per file as well, configured via .istanbul.yml.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    ExpressJS.com

    ExpressJS.com

    The Express.js Website

    This repository contains the source for the Express web site and documentation, the canonical reference for developers using the Express framework. It organizes material into API reference, getting-started guides, best practices, and topic-focused explanations such as routing, middleware, error handling, templating, and performance. Versioned docs help readers match API behavior to the framework version they’re running, reducing confusion during upgrades. The site showcases common patterns through concise examples, making it easy to translate concepts into working code. In addition to core Express usage, the documentation surfaces ecosystem guidance on things like security headers, structured logging, and integration with view engines or ORMs. Because it is open to community contributions, the documentation evolves alongside Express itself, reflecting real-world questions and solutions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ExtJS client and server side extension with a built-in ORM solution that can be used separately. Integration with Spring, JPA and JCR on server side as well as client side improved controls will simplify your development process and design decisions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    The postfixadmin application rewrite with ExtJS and ADODB. I would like to create a professional and modern GUI. Backend: php5, adodb Frontend: Extjs 2.2.1
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ExtPascal FastCGI DHTML Forms'  Server

    ExtPascal FastCGI DHTML Forms' Server

    Create a fast ExtJS compiled fastcgi server

    ExtJS server sources for Lazarus Free Pascal on GNU LGPL license. After sharing my Lazarus upgrade, italians reviewed and shared it again. From my bitbucket.org/matthieugiroux account. Ext Pascal actually uses Ext JS 3.2.1 and Lazarus 1.6 or 1.8 RC5.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Fully managed relational database service for MySQL, PostgreSQL, and SQL Server Icon
    Fully managed relational database service for MySQL, PostgreSQL, and SQL Server

    Focus on your application, and leave the database to us

    Cloud SQL manages your databases so you don't have to, so your business can run without disruption. It automates all your backups, replication, patches, encryption, and storage capacity increases to give your applications the reliability, scalability, and security they need.
    Try for free
  • 10
    Project is derived from Scriptaculous library. I have extended the functionality that allows there to be two handles for a slider with no overlap.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Extended Type is an innovative web technology that extends the range of fonts available to a web developer when building a web site.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    This project will contain a collection of tutorials and code snippets for extending ESRI's ArcIMS HTML Viewer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A WYSIWYG XML editor. The goal of this editor is to enable (web)developers to create an easy to use interface for authors to edit XML content. See the wiki for a more detailed description.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Extension Boilerplate

    Extension Boilerplate

    A template for building cross browser extensions for Chrome

    Now that Firefox supports WebExtensions, it has become a lot easier to build browser extensions/addons for multiple browsers without duplicating the codebase. This project serves as a sensible starting point to help you get started. A foundation for creating browser extensions for Chrome, Opera & Firefox. Your changes to CSS, HTML & JS files will be relayed instantly without having to manually reload the extension. This ends up saving a lot of time and improving the developer experience. This comes with a gulp-based workflow that converts modern ES6 JavaScript and SCSS to JS/CSS. Scripts are transpired using Babel and bundled using Browserify. Source maps are available for both JS and SCSS. A .sketch file is included in the resources directory. This has all the icons and promo images that will be needed while uploading the extensions to the app stores.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    'Extrakt' provides you with an plugin-based, easy to use PHP framework for fetching dynamic content from other pages on the internet, passing parameters either by GET or by POST. A demo application is available at: http://www.linuxuser.at/vuln-search
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Extreme Ext JS Theme Builder
    Ext JS Builder with Extreme enhancements. The Static Library for ImageMagick is needed to compile this code. The project included in this source code is designed for Microsoft Visual Studio C++ solution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    F JavaScript Library is a collection of useful small javascripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Framework for Advanced Developments in PHP : A tool to develop complex websites, including search engine, query layer, administration panel in progress... Cache template generation, on the fly library creation to build business applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Small FAQ system with context sensitive FAQ listing, easy to use on existings web sites/web services through AJAX insert. Currently requires PHP/MySQL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    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
  • 21
    FC-TrackBar (Fastcoder trackbar) is easy to use scalable sliders for websites.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    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
  • 23

    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
  • 24
    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
  • 25
    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