Showing 159 open source projects for "rest"

View related business solutions
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
  • SKUDONET Open Source Load Balancer Icon
    SKUDONET Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    SKUDONET ADC, operates at the application layer, efficiently distributing network load and application load across multiple servers. This not only enhances the performance of your application but also ensures that your web servers can handle more traffic seamlessly.
  • 1
    Sails

    Sails

    The MVC framework for Node.js

    Build custom, enterprise-grade Node.js apps with Sails! Sails.js is a web framework designed to make building practical, production-ready Node.js apps fast and easy. It is the most popular MVC framework for Node.js, resembling the MVC pattern of frameworks like Ruby on Rails but with support for the requirements of modern apps, such as a data-driven API with a scalable, service-oriented architecture. Sails is compatible with any front-end as well as any database thanks to its powerful ORM...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Docusaurus

    Docusaurus

    Easy to maintain open source documentation websites

    Docusaurus is a project that makes maintaining, building and deploying open source documentation websites incredibly easy. Simple to set up and start, Docusaurus allows you to save time and focus on your documentation. All you have to do is write docs and blog posts with Markdown and Docusaurus will handle the rest of the website build process. Docusaurus comes with pre-configured localization, as well as all the key pages and sections you need to get started. It’s also customizable, so you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    RateIt

    RateIt

    Rating plugin for jQuery. Fast, Progressive enhancement, touch support

    Rating plugin for jQuery. Fast, Progressive enhancement, touch support, customizable (just swap out the images, or change some CSS), Unobtrusive JavaScript (using HTML5 data-* attributes), RTL support, supports as many stars as you'd like, and also any step size. Although it does the same job as the rest of the jQuery star rating plugins, the main difference is its simplicity. Most plugins create an element for each (partial) star, be it a div with a star background, or an img tag. Each...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    web3.storage

    web3.storage

    The simple file storage service for IPFS & Filecoin

    Use decentralized protocols to liberate your data using our easy-to-use developer platform. We’ll take care of the rest. Eliminate silos with the web3.storage platform. Using IPFS and other decentralized protocols, create a true data layer that connects you, your users, and the Web, regardless of where content is stored - client-side, in the cloud, or elsewhere. Sounds hard? It isn’t. Our client libraries are super easy-to-use, abstracting the complexity of these decentralized protocols. And we...
    Downloads: 0 This Week
    Last Update:
    See Project
  • PMG Low-Code Automation Platform Icon
    PMG Low-Code Automation Platform

    For companies of all sizes interested in a low-code and digital process automation platform

    PMG is a low-code software platform that allows users to configure automation solutions and business applications to drive digital transformation initiatives. From streamlining business processes through automation, to integrating existing systems and filling in point solution functionality gaps, to delivering a collaborative workspace and unified user experience – PMG’s low-code platform does it all without coding. Business users as well as IT resources are empowered to configure, deploy, and maintain solutions that meet their company’s specific needs.
  • 5
    Node ChatGPT API

    Node ChatGPT API

    A client implementation for ChatGPT and Bing AI

    A client implementation for ChatGPT and Bing AI. Available as a Node.js module, REST API server, and CLI app. Support for the official ChatGPT model has been added! You can now use the gpt-3.5-turbo model with the official OpenAI API, using ChatGPTClient. This is the same model that ChatGPT uses, and it's the most powerful model available right now. Usage of this model is not free, however it is 10x cheaper than text-davinci-003. The default model used in ChatGPTClient is now gpt-3.5-turbo. You...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Parse Dashboard

    Parse Dashboard

    A dashboard for managing Parse Server

    Parse Dashboard is a standalone dashboard for managing your Parse Server apps. Build applications faster with object and file storage, user authentication, push notifications, dashboard and more out of the box. You may set the host, port and mount path by supplying the --host, --port and --mountPath options to parse-dashboard. You can use anything you want as the app name, or leave it out in which case the app ID will be used. The --dev parameter disables production-ready security features....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Observable Plot

    Observable Plot

    A concise API for exploratory data visualization

    Observable Plot is a free, open-source JavaScript library to help you quickly visualize tabular data. It has a concise and (hopefully) memorable API to foster fluency — and plenty of examples to learn from and copy-paste. In the spirit of show don’t tell, below is a scatterplot of the height and weight of Olympic athletes (sourced from Matt Riggott), constructed using a dot mark. We assign columns of data (such as weight) to visual properties (such as the dot’s x), and Plot infers the rest. You...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Engine.IO

    Engine.IO

    Transport-based cross-browser bi-directional communication layer

    In most cases, the connection will be established with WebSocket, providing a low-overhead communication channel between the server and the client. Rest assured! In case the WebSocket connection is not possible, it will fall back to HTTP long-polling. And if the connection is lost, the client will automatically try to reconnect. Scale to multiple servers and send events to all connected clients with ease. Socket.IO is a library that enables real-time, bidirectional and event-based communication...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Razzle

    Razzle

    Create server-rendered universal JavaScript applications

    JavaScript applications are tough to setup. Either you buy into a framework, fork a boilerplate, or set things up yourself. Aiming to fill this void, Razzle is a tool that abstracts all complex configuration needed for both SPA's and SSR applications into a single dependency--giving you the awesome developer experience of create-react-app, but then leaving the rest of your app's architectural decisions about frameworks, routing, and data fetching up to you. With this approach, Razzle not only...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Intelligent network automation for businesses and organizations Icon
    Intelligent network automation for businesses and organizations

    Network automation for the hybrid multi-cloud era

    BackBox seamlessly integrates with network monitoring and NetOps platforms and automates configuration backups, restores, and change detection. BackBox also provides before and after config diffs for change management, and automated remediation of discovered network security issues.
  • 10
    Microbundle

    Microbundle

    Zero-configuration bundler for tiny modules

    ... the result runs in 95% of web browsers without needing to be transpiled. Specifically, it uses Babel's "bugfixes" mode (previously known as preset-modules) to target the set of browsers that support <script type="module"> - that allows syntax like async/await, tagged templates, arrow functions, destructured and rest parameters, etc. The result is generally smaller and faster to execute than the plain esm bundle.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Kubernetes External Secrets

    Kubernetes External Secrets

    Integrate external secret management systems with Kubernetes

    ... by adding an ExternalSecrets object using Custom Resource Definition and a controller to implement the behavior of the object itself. An ExternalSecret declares how to fetch the secret data, while the controller converts all ExternalSecrets to Secrets. The conversion is completely transparent to Pods that can access Secrets normally. By default Secrets are not encrypted at rest and are open to attack, either via the etcd server or via backups of etcd data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    OWASP Juice Shop

    OWASP Juice Shop

    Probably the most modern and sophisticated insecure web application

    ... contains a vast number of hacking challenges of varying difficulty where the user is supposed to exploit the underlying vulnerabilities. The hacking progress is tracked on a score board. Finding this score board is actually one of the (easy) challenges! Apart from the hacker and awareness training use case, pentesting proxies or security scanners can use Juice Shop as a "guinea pig"-application to check how well their tools cope with JavaScript-heavy application frontends and REST APIs.
    Leader badge
    Downloads: 455 This Week
    Last Update:
    See Project
  • 13
    Bonita

    Bonita

    A DPA process-based application platform with a workflow engine

    Bonitasoft fully supports digital operations and IT modernization with Bonita, an open-source and extensible platform for automation and optimization of business processes. The Bonita platform accelerates development and production with clear separation between capabilities for visual programming and for coding. Bonita integrates with existing information systems, orchestrates heterogeneous systems, and provides deep visibility into processes across the organization. Learn more at...
    Leader badge
    Downloads: 259 This Week
    Last Update:
    See Project
  • 14
    JobScheduler

    JobScheduler

    JobScheduler workload automation to execute jobs and workflows

    JS7 JobScheduler runs executables, scripts and database procedures and can be operated with e.g. MySQL, PostgreSQL, SQL Server, Oracle databases. JS7 JobScheduler provides workflow patterns such as sequential and parallel task execution, forking, synchronization, cross-platform scheduling, job load sharing, fail-over and a real REST API. JS7 includes the components: * JOC Cockpit (user interface for inventory management and control) * Controller (orchestration of Agents) * Agents: platform...
    Leader badge
    Downloads: 112 This Week
    Last Update:
    See Project
  • 15
    IP database REST API

    IP database REST API

    Open Source REST API for IP database, includes qqwry/ipipdotnet

    Open Source REST API for IP database, includes qqwry, ipipdotnet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    eXo Platform - Digital Workplace

    eXo Platform - Digital Workplace

    The open-source digital workplace for growing teams and enterprises.

    .... The platform is extensible and interoperable, all services are exposed REST APIs. The platform also offers additional security capabilities, developed in collaboration with highly sensitive clients. With eXo Platform, companies can connect, engage and reward their employees, customers, and partners with its social, engagement and gamification capabilities.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 17
    AMBIT:Chemical Structure DB&Web Service

    AMBIT:Chemical Structure DB&Web Service

    Chemical structures database & machine learning with web services API

    AMBIT offers a cheminformatics data management for chemical substances, structures and nanomaterials. Flexible structure, similarity and study queries storage, descriptor calculation and predictive models building via REST web services.User interface for creating read across assessment and generating reports, aligned with regulatory and industrial requirements. Command line applications also available. Integration with third party tools and databases.
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 18
    Core Boxx - Modular PHP Framework

    Core Boxx - Modular PHP Framework

    Lightweight and modular PHP framework.

    Core Boxx is a PHP framework built with the concept of simplicity and modularity. Install and load only what you need, not bloated with unused features. ## REQUIREMENTS 1) LAMP/WAMP/MAMP/XAMPP 2) Apache Mod Rewrite 3) PHP MYSQL PDO Extension 4) PHP OpenSSL Extension 5) At least PHP 8.0 ## INSTALLATION - Copy the contents of core/ into your HTTP folder. - Access http://your-site.com/ in the browser and walk through the installer. ## INSTALLING OPTIONAL MODULES - The rest of the folders...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 19
    RapidASDev for Oracle

    RapidASDev for Oracle

    RASD for Oracle

    RASD (Rapid Application Service Development) development platform is product of RapidASDev project. The main goal of this platform is to build fast with less or no programming. You can build simple web applications or complex business web applications. For developing in RASD all you need is browser. The program you create is published as HTML5 or REST service. All subprograms (look up's, ...) are published as HTML5 or. REST too. If you create batch program in PL/SQL you can use the same tool...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20
    Family Tree

    Family Tree

    Family tree builder

    Build your family tree. Shows entire tree at once, or at least however much fits on the your screen at a time, you can pan around to see the rest. This is a web app that works offline, pretty much like any other program, just save the *.htm file and open in any HTML5 browser like chrome or firefox. Possible plans to add: -some support for *.ged files. -zoom should also be possible -images/sound clips, maybe? -adding lines, so branches can cross
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    beCPG PLM (Product Lifecycle Management)

    beCPG PLM (Product Lifecycle Management)

    New Product Development, Projects and Quality management

    beCPG is an open source Product Lifecycle Management (PLM) software that manages the entire lifecycle of a product from its conception, through design and manufacture, to service and disposal. beCPG permits you to work on products and projects with customers and suppliers. beCPG is ready to use for the CPG industries such as Food & Beverage and Cosmetics. We differentiate ourselves from the competitors with a comprehensive and user-friendly software offered at a competitive price. In a...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 22
    Qvu Data Service

    Qvu Data Service

    Qvu Data Service is an ad-hoc query, reporting and api data service

    Qvu Data Service is a free, open source, ad-hoc query, reporting and api data service design tool that allows users to create and save query and report design documents in a user-friendly, web-based UI. Qvu Data Service provides REST API endpoints for users and applications to execute saved documents and return results in tabular, json or png formatted resuls. Qvu Data Service provides role-based datasource, table column and document group access control and supports both Basic and OIDC...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    ClassHidra

    ClassHidra

    ClassHidra Java open-source MVC (ModelViewController).CDI & EJB. REST

    ClassHidra, Java-base MVC Support: - CDI ( context dependency injection ) - @SessionScoped, @ApplicationScoped; - EJB (enterprise java bean) map action/form as @Stateless, @Stateful, @Singleton; - Spring (4.*) map action/form as @Component; - RESTful (alfa) Demo - Google AppEngine - https://classhidra4ape-hrd.appspot.com/ GitHub - https://github.com/surban1974/classhidra Maven dependencies - https://github.com/surban1974/classhidra/blob/master/README.md
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    phpEasyVCS

    File based version control system written in PHP

    phpEasyVCS is a simple version control system (VCS) with minimal hosting requirements, namely PHP 5.2+. No database is needed. Files can be viewed and uploaded with a browser or by WebDAV, which allows you to access the files like a local drive in all operating systems. For integration with other software a REST service is provided. It is very easy to view the file versions at a specific point in time. The web interface allows you to easily compare file versions and synchronize and merge...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25

    phpMariaEdit

    Continuation of phpMyEdit

    phpMyEdit development was stopped several years ago at version 5.7.1, with no support for newer MySQL or MariaDB, no support for newer PHP, and a lot of open TODOs. This kind of software still has a lot of use today but it needed an update to support the current technologies. As the original repository is frozen, new works have started in this repository. Version 5.7.2 supports PHP 7.x., uses mysqli_ and is for the rest very close to 5.7.1. Version 5.7.3 is a bugfix release with a lot...
    Downloads: 0 This Week
    Last Update:
    See Project