Open Source JavaScript Software Development Software - Page 57

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.

  • 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
  • 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
  • 1
    It is a PHP port for GWT Server (RemoteServiceServlet). With GWTPHP you can connect GWT application with PHP. It decode/encode GWT request/response using GWT native data interchange format. No JSON or XMLRPC needed. Project web site: http://gwtphp.sf.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Controls developed with GWT have tightly coupled behavior with their presentation, this introduce some troubles when we need to apply new theme for UI. This library introduce painless way to decouple logic from views using plain HTML templates.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Galio

    Galio

    Beautifully designed, Free and Open Source React Native Framework

    Use the power of react native to easily give life to your future mobile projects. The Galio Framework is a 100% free, open-source project, licensed under MIT. It will always remain free to use, powered by a huge international community. Carefully crafted. Ready-made components, typography, and a gorgeous base theme that adapts to each project. You'll be building in style. Built with real app examples, component demos, guides, and how-to’s to get you up and running with mobile apps faster than ever before. Galio Framework comes with tons of ready-to-use features & components. The samples contain several pages that you can use "as is" or add new blocks from the UI Kit. Start building your mobile app in no time. Simply select the components you like and start customizing to suit your needs. Build an app you love. 200+ individually designed components, each with a specific purpose.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    AJAX Enterprise Web Development framework. Simplified Service Oriented architecture following IOC and REST paradigms. Allowing in-program development allowing people to program in scripting languages manipulating Java APIs using KISS Class design.
    Downloads: 0 This Week
    Last Update:
    See Project
  • BoldTrail Real Estate CRM Icon
    BoldTrail Real Estate CRM

    A first-of-its-kind homeownership solution that puts YOU at the center of the coveted lifetime consumer relationship.

    BoldTrail, the #1 rated real estate platform, is built to power your entire brokerage with next-generation technology your agents will use and love. Showcase your unique brand with customizable websites for your company, offices, and every agent. Maximize lead capture with a modern, portal-like consumer search experience and intelligent behavior tracking. Hyper-local area pages, home valuation pages and options for rich lifestyle data keep customers searching with your brokerage as the local experts. The most robust lead gen tools on the market help your brokerage, teams & agents effectively drive new business - no matter their budget. Empower your agents to generate free leads instantly with our simple to use landing pages & IDX squeeze pages. Drive more leads with higher quality and lower cost through in-house tools built within the platform. Diversify lead sources with our automated social media posting, integrated Google and Facebook advertising, custom text codes and more.
    Learn More
  • 5
    Gamoliyas is an open source John Conway's Game of Life game totally written in DHTML (JavaScript, CSS and HTML). Uses mouse and keyboard. Very configurable. This cross-platform and cross-browser game was tested under BeOS, Linux, *BSD, Windows and other
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    GateRoom is a real MVC framework. The only one which also thrives to divide between server code and client code completly. Those creating a loose framwork (or collection of tools) to create web sites and web application with the newest of techs available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    WSH tool to mash-up command-line tools for software development
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Gatsby

    Gatsby

    Build blazing fast, modern apps and websites with React

    Gatsby is a free and open source web framework based on React that allows you to build blazing fast websites and apps. It offers the latest web technologies, such as React.js, Webpack, modern JavaScript, CSS and more to help you build really fast websites. A Progressive Web App generator, it’s fast in every way that matters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Gemini

    Gemini

    Utility for regression testing the visual appearance of web pages

    Gemini is a utility for regression testing the visual appearance of web pages. Each of the blocks that are being tested may be in one of the determined states. States are tested with the help of chains of step-by-step actions declared in a block's test suites.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Create and run cloud-based virtual machines. Icon
    Create and run cloud-based virtual machines.

    Secure and customizable compute service that lets you create and run virtual machines.

    Computing infrastructure in predefined or custom machine sizes to accelerate your cloud transformation. General purpose (E2, N1, N2, N2D) machines provide a good balance of price and performance. Compute optimized (C2) machines offer high-end vCPU performance for compute-intensive workloads. Memory optimized (M2) machines offer the highest memory and are great for in-memory databases. Accelerator optimized (A2) machines are based on the A100 GPU, for very demanding applications.
    Try for free
  • 10

    GenEpiO

    The Genomic Epidemiology Ontology covers food-borne disease terms

    Here we introduce a Genomic Epidemiology Ontology (GenEpiO) that covers vocabulary necessary to identify, document and research food-borne pathogens and associated outbreaks. We envision various subdomains including genomic laboratory testing, specimen and isolate metadata, and epidemiological case investigations. The project files are currently hosted at https://github.com/GenEpiO/genepio/ . Here we provide the genepio-consortium@lists.sourceforge.net listserve. Terms for these subdomains have partially been implemented in the main file, **genepio.owl**, which imports terms from over 25 OboFoundry.org ontologies. Also we have added a number of terms that so far haven't been covered via OboFoundry. Recognizing that GenEpiO encompasses many domains, we are advocating a consortium approach for enhancing its content via interested parties that need particular domain terminology.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Generator express

    Generator express

    An express generator for Yeoman, based on the express command line

    An express-generator for Yeoman, based on the express command line tool. Make sure you have yo installed: npm install -g yo. Install the generator globally: npm install -g generator-express. Run: yo express and select Basic. Add --coffee if you require CoffeeScript. Run: grunt or gulp to run the local server at localhost:3000, the grunt/gulp tasks include live reloading for views, css in public/css and restarting the server for changes to app.js or js in routes/. Contributors are welcome, please fork and send pull requests! If you have any ideas on how to make this project better then please submit an issue.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Yet another Generic User Management System for Apache/MySQL/PHP(AMP) custom application. ie: Asterisk PABX, Kannel-SMS Web Interface, Postfix-MySQL Mail Admin, Jabber-MySQL Account Admin, etc
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    GenesisCode is a project to create a complete developing environment, where your current knowledge is enough, as long that you know what happens when you click save.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Genie Alert is a alternate to JavaScript alert windows, with lot of options to customize the title, icons, styles, buttons, button handlers etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Genji Scrum-Tool

    Genji Scrum-Tool

    web based Scrum tool, customizable, feature rich and easy to use

    Genji is a web based Scrum tool and task management system. It offers powerful filtering capabilities, many customization features, reports, integration with Jenkins, SVN, Git, Maven, and more. Support for RACI project management matrix and the Getting Things Done method is built in.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    GenomeWiki (GWiki)

    Embeddable/J2E/Desktop Java Wiki CMS

    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The project contain c# classes library and Java class library that implement the GeoRSS specification 1.2,by Joe hu at MapWindow software lab,Idaho State University
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Geomajas is a web mapping GIS software with full vectorial editing capabilities, and support for custom attribute relation models in the browser. It has built-in support for any type of query, selection, filtering, snapping, printing, ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Get Node.js

    Get Node.js

    Download a specific version of Node.js

    Download a specific version of Node.js. The Node.js release is downloaded, uncompressed and untared to an executable file ready to run. node >=14.18.0 must be globally installed. However any Node version can be downloaded. This package is an ES module and must be loaded using an import or import() statement, not require(). Node.js binary's CPU architecture. This is useful for example when you're on x64 but would like to run Node.js x32.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    GBO is a browser for JavaScript-elements, running in the browser itself. It shows the contents of an HTML-document as seen from JavaScript. It shows HTML/CSS-elements, their attributes, JavaScript-functions and lets the user browse, change and run them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The main goal is providing a flexible, extensible,dynamic and easy-of-use Web content management tool enhanced with marketing and e-commerce capabilities for commercial and non-commercial organizations
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Gijgo

    Gijgo

    Free Javascript Controls

    Gijgo is a set of free for commercial use javascript controls distributed under MIT License. All widgets are high performance, built on top of the jQuery JavaScript Library with built-in support for Bootstrap 4 and Material Design. They are designed to saves you time and scales with your development process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    GitHub Actions for DigitalOcean

    GitHub Actions for DigitalOcean

    GitHub Actions for DigitalOcean - doctl

    GitHub Actions for DigitalOcean - doctl. Powerful and production-ready, our cloud platform has the solutions that devs like you need to succeed, whether you're building world-changing AI apps, running a side project, or building a business. GPU solutions for everyone—novice to expert. Run training and inference, process large data sets and complex neural networks, and deploy high-performance computing clusters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    GitHub Profile README Generator

    GitHub Profile README Generator

    Generate GitHub profile README easily with the latest add-ons

    GitHub Profile README Generator is an OSS(Open Source Software) that provides a cool interface to generate GitHub profile README in markdown. The tool aims to provide a hassle-free experience to add trending addons as profile visitors count, GitHub stats, dynamic blog posts, etc. The profile should be neat and minimal to give a clear overview of the work. Non-uniform icons, too much content, too many images/gifs distract visitors to see your actual work. To solve this, GitHub Profile README Generator came into existence. So many developers contributed to the project and made it more awesome to use. You can contribute too to make it grow even further. The profile README is created by creating a new repository that’s the same name as your username. For example, my GitHub username is rahuldkjain so I created a new repository with the name rahuldkjain. Note: at the time of this writing, in order to access the profile README feature, the letter-casing must match your GitHub username.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    GitHub Readme Stats

    GitHub Readme Stats

    Dynamically generated stats for your github readmes

    GitHub Readme Stats is an open-source tool that generates dynamic, visually customizable SVG cards showcasing GitHub metrics such as stars, commits, languages, and contributions, which can be embedded into profile README files. With inbuilt themes, you can customize the look of the card without doing any manual customization. You can specify a year and fetch only the commits that were made in that year by passing &commits_year=YYYY to the parameter. You can look at a preview for all available themes or checkout the theme config file. Please note that we paused the addition of new themes to decrease maintenance efforts; all pull requests related to new themes will be closed.
    Downloads: 0 This Week
    Last Update:
    See Project