• 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
  • 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
  • 1
    Frijole is a distributed, Java-based application architecture built around the Frijoje web browser. Rather than having a defined state, Frijole's rich, interactive user interface renders itself according to embedded Beanshell scripts in HTML pages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    This project build a PHP framework based on struts and webworks design, implements the MVC pattern and autogenerate code from xml document. Use Propel and Smarty.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    GPSylon is a Java moving map application that is able to display maps like in an atlas and show your position by the use of a gps device. It may track your path, load overlays (e.g. shape files), download maps from expedia servers. - The source code was moved to github!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    gsframe is a php framework that can be used from anyone that need to build a flexible portal from scratch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 5
    GWT Pleso Framework is a high-level framework based on Google Web Toolkit (GWT) for creating visual AJAX database front-end user interfaces. GWT Pleso Framework enables you to create automatically generated user interface based on business-logic classes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    A framework for simple design of charts with GWT build at the client side of an aplication.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    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
  • 8
    Geeklog Experemential Code and Plugins is for testing the bounds of possiblity with the geeklog code base as well as experemential versions of modified plugins that may be avaliable elsewhere. One focus is the Addicti0n experemential fork of Geeklog.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Gekko is a Framework for building dynamic websites, it includes a wide range of features to build interactive and secure websites within a short period of time. Many modules are available, so you also can use Gekko as a CMS or even a rich Weblog System.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10
    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
  • 11
    Gerapy

    Gerapy

    Distributed Crawler Management Framework Based on Scrapy

    Distributed Crawler Management Framework Based on Scrapy, Scrapyd, Scrapyd-Client, Scrapyd-API, Django and Vue.js. Someone who has worked as a crawler with Python may use Scrapy. Scrapy is indeed a very powerful crawler framework. It has high crawling efficiency and good scalability. It is basically a necessary tool for developing crawlers using Python. If you use Scrapy as a crawler, then of course we can use our own host to crawl when crawling, but when the crawl is very large, we can’t run the crawler on our own machine, a good one. The method is to deploy Scrapy to a remote server for execution. At this time, you might use Scrapyd. With it, we only need to install Scrapyd on the remote server and start the service. We can deploy the Scrapy project we wrote. Go to the remote host. In addition, Scrapyd provides a variety of operations API, which gives you free control over the operation of the Scrapy project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    GobSmack is a GUI framework for the web. It contains a session manager daemon, a CGI frontend written in C, and an AJAX-based JavaScript library to deal with server communication.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Gondolin is a perl-based web-framework for managing a couple of webprojects. Its architecture depends on a MCV-pattern and leads to the goal, that one can handle different views (websites) with one engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Grab Framework Project

    Grab Framework Project

    Web Scraping Framework

    Grab is a python framework for building web scrapers. With Grab you can build web scrapers of various complexity, from simple 5-line scripts to complex asynchronous website crawlers processing millions of web pages. Grab provides an API for performing network requests and for handling the received content e.g. interacting with DOM tree of the HTML document. The single request/response API that allows you to build network request, perform it and work with the received content. The API is built on top of urllib3 and lxml libraries. The Spider API to build asynchronous web crawlers. You write classes that define handlers for each type of network request. Each handler is able to spawn new network requests. Network requests are processed concurrently with a pool of asynchronous web sockets. Grab provides interface called Spider to develop multithreaded web-site scrapers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    GraphQL HTTP Server Middleware

    GraphQL HTTP Server Middleware

    Create a GraphQL HTTP server with Express

    Create a GraphQL HTTP server with any HTTP web framework that supports connect styled middleware, including Connect itself, Express and Restify. This module includes a TypeScript declaration file to enable auto complete in compatible editors and type information for TypeScript projects. Use .get or .post (or both) rather than .use to configure your route handler. If you want to show GraphiQL in the browser, set graphiql, true on your .get handler. An optional function for adding additional metadata to the GraphQL response as a key-value object is provided. The result will be added to the "extensions" field in the resulting JSON. This is often a useful place to add development time metadata such as the runtime of a query or the amount of resources consumed. This may be an async function. The function is given one object as an argument: { document, variables, operationName, result, context }.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Green Machine is a dynamic web content management system written in Python using Django web framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A simple web application framework written in java using the Servlet 2.2 API. Gridiron helps to rapidly develop MVC web applications by giving a direct mapping between actions and views and supplying a Navigation class to aid in the development of views.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Grommet

    Grommet

    React-based framework that provides accessibility, modularity, etc.

    Streamline the way you develop apps. Build responsive and accessible mobile-first projects for the web with an easy-to-use component library. part design system, part framework, and all awesome. grommet is a React-based framework that provides accessibility, modularity, responsiveness, and themes in a tidy package. Tailor composite components with grommet. embrace atomic design methods and build a library that fits your needs. Keyboard navigation, screen reader tags, and more. grommet provides support for W3c’s WCAG 2.1 spec out of the box. Tailor the component library to align with your Color, Type, and Layout needs. you can even control component interaction. Support all the devices! Use Flexbox and CSS Grid to provide layouts for all those new phones and widescreen displays. Already working on a project, starting fresh, or just want to poke around and see how all this junk works?
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    GrooveApp is a lightweight web-app framework for Java
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    HSE (Hibernate, Spring, Echo2) is a 3-tier base application for Echo2 designed to be a starting point for writing robust AJAX applications in Java, Spring, and Hibernate.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The project is a heirarchy of PHP classes which can be used to build a tree of "widgets" each consisting of a particular user interface element, combined together, they build a user interface, which is rendered to HTML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The Harmoni PHP Project consists of three major components: 1) A PHP application framework and architecture, offering, e.g. authentication, DBC, file storage 2) PHP OKI OSID (service definitions) conversion system 3) PHP implementations of those OSIDs
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A GUI interface for the XML Web Development Framework Cocoon and its offline generation capabilities .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    With Helmi's RIA platform you can develop advanced Ajax and J2EE integrated applications. The solution is composed of a browser-based client, a virtual browser for cross-browser application operations, an Eclipse-based IDE, and a J2EE-based Ajax server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Hexo

    Hexo

    A fast, simple & powerful blog framework, powered by Node.js

    Hexo is a blazing fast and yet simple blog framework powered by Node.js. It supports all features of GitHub Flavored Markdown, as well as most Octopress plugins. Hexo is quite powerful, able to build hundreds of files in a matter of seconds, and equipped with amazing APIs for unlimited extensibility. It offers hundreds of themes and plugins for you to choose from and achieve exactly what you want, and takes just one command to deploy to GitHub Pages, Heroku or other platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB