Showing 33 open source projects for "fb2k-component"

View related business solutions
  • 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
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 1
    Networked-Aframe

    Networked-Aframe

    Web framework for building multi-user virtual reality experiences

    ...Follow the NAF Getting Started tutorial to build your own example from scratch, including setting up a local server. Networked-Aframe works by syncing entities and their components to connected users. To connect to a room you need to add the networked-scene component to the a-scene element. For an entity to be synced, add the networked component to it. By default the position and rotation components are synced, but if you want to sync other components or child components you need to define a schema. For more advanced control over the network messages see the sections on Broadcasting Custom Messages and Options. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2
    A-Frame

    A-Frame

    A web framework for building virtual reality experiences

    A-Frame is an open source web framework for building virtual reality experiences. With A-Frame you can create WebVR with HTML and entity-component works on Vive, Rift, Daydream and more. A-Frame simplifies virtual reality by handling the required 3D and WebVR boilerplate to get you running on platforms like mobile, desktop, Vive, and Rift. Because it can be used from HTML, just about everyone can use it. A-Frame is a thin yet powerful framework on top of three.js. While A-Frame is completely accessible from HTML, developers can also make full use of JavaScript, DOM APIs, three.js, WebVR, and WebGL.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3

    hummingbird

    The most sensible component system for Tailwind.

    Hummingbird is a component system for Tailwind developers who care about architectural discipline. It ensures global design control with local utility flexibility. Hummingbird is a lightweight, framework-agnostic tool that integrates seamlessly with modern stacks and helps build scalable, maintainable web applications without extra weight.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 4
    ARWES

    ARWES

    Futuristic Sci-Fi UI Web Framework

    ...Arwes UI applications are rich in visuals, animation, and sound effects, which can be structured as a tree of nodes. A node represents and interactive and stateful UI component with design, animations, and/or sound support. The nodes in a tree are interconnected with each other by inheriting data and communicating dynamically.
    Downloads: 6 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | 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
  • 5
    Web Frameworks

    Web Frameworks

    Which is the fastest web framework?

    ...Full-stack meaning it provides all aspects (-stacks-) from data layer to sometimes deployment. Micro meaning it provides only the routing part, and let the developer choose any other component for the others. On macos, you need to use docker-machine to allow docker usage for each framework.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    aframe-react

    aframe-react

    Build virtual reality experiences with A-Frame and React

    ...Since A-Frame is built on top of the DOM, web libraries such as React, Vue.js, Angular, Ember.js, d3.js are able to sit cleanly on top of A-Frame. I recommend using vanilla A-Frame and aframe-state-component with static templating over aframe-react. React wastes a lot of cycles and incurs a lot of memory garbage. aframe-react is often abused where it is too easy to place 3D/real-time logic at the React layer, causing poor performance (e.g., doing React renders on ticks). aframe-react applications frequently ignore the prescribed ECS framework of A-Frame. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ItsNat is a Component based AJAX Java Web Application Framework.No XML programming,no mixed view/code,no custom JavaScript.Only pure HTML,pure Java and server centric Swing-like programming with W3C standards where "The Browser is The Server"
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    web4thejob.org

    web4thejob.org

    Open source to productivity

    Web4thejob is an open source java framework for the rapid development of data-centric web applications. It is ideal for those who seek a component-based event-driven full-stack web development framework, capable of producing elegant desktop-style web applications that can automate any business domain. The framework addresses the automation needs of any business domain introducing "joblets". A joblet encapsulates the relational schema of a business domain using modern orm technology. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Webman-framework

    Webman-framework

    XAMPP Dedicated Web Application Framework

    Lightweight, Component-based, and Database-oriented Web Application Framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    WIComponents

    WIComponents

    UI components for apache wicket

    The „wicket components“ project is a component library for the apache wicket web-framework. Referring to classic component libraries for desktop applications ( like Microsoft Foundation Classes, QT Library or wxWindows) the wicket components provide graphical user interface components for wicket web-applications. Based upon this library it'll be easy to create complex user interfaces for data processing applications and it is a perfect start to migrate old desktop applications to modern web-applications. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ILLICO is a Java Web framework, component oriented. The goals are "Keep It Simple" and "Avoid HTML and JavaScript".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Struts-Wrapper is an extension to the Struts web development framework. It encapsulates the Struts business logic in a Spring based webapplication to use it as a component in Spring and as standalone Struts Application at the same time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A very light web framework with a component support. No templates, XML and HTML texts are necessary. Components are assembled to a hierarchy structure similarly like a HTML code, each component can be inherited as well as be composed to a new component.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Parking is a simple and easy-to-use web framework. It aims to build web applications rapidly. Parking includes two parts: 1) a tiny MVC framework using Java for server-side; 2) an object-oriented component library using Javascript for client-side.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Apache Wicket is a component based Java web application framework. It has found a new home at Apache: http://wicket.apache.org Please visit us there to discover new releases, find support and learn more about Apache Wicket.
    Downloads: 36 This Week
    Last Update:
    See Project
  • 16
    Teatro is a high-level component-based web framework written in Scala that encourages concise and elegant expression of common web development patterns.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    1) A component for the Apache Tapestry web framework embedding JSCookMenu. JavaScript menues and navigation side-bars with pop-up sub menues are rendered. Java and XML models 2) A WYSIWYG tool is provided for theme-creation
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A component-oriented web framework closely matching Swing. Components are controlled programatically using an event-based paradigm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Rilio Framework is a small and simple Java AJAX web application framework. It uses event-based programming model, component-oriented design and clear common conception.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Component centric web framework written in java that aims to provide a greater separation between java code and xhtml pages. It provides good integration with Spring and Hibernate. Pages are defined as Spring managed beans and are simple POJO's.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Component centric web framework that makes a clear separation between html and java code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    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
  • 23
    WebOnSwing
    Component based web application framework that renders web pages with Swing components.You can develope your web application without taking into account HTML and JS; map Swing applications to html, handling client events and each component persistence.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Jucas is a Pull MVC based component orientated (GUI) web-framework. Struts brought MVC. Java Server Faces (JSF) and ASP.NET brought the advantages of object (component) orientation. Jucas brings MVC and components in a new way together.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Action-driven component-oriented web application framework based on Model-View-Controller (MVC) architecture. Goals: minimum complexity & dependency on the framework API, maximum power, reliability and conformance to common standards.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB