awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
swiftwebui avatar

swiftwebui/SwiftWebUI

0
View on GitHub↗
4,277 estrellas·160 forks·Swift·Apache-2.0·10 vistaswww.alwaysrightinstitute.com/swiftwebui↗

SwiftWebUI

SwiftWebUI es un framework de interfaz de usuario del lado del servidor y librería web declarativa que permite la creación de interfaces web utilizando una sintaxis basada en el patrón SwiftUI. Funciona como un sistema impulsado por el servidor donde la estructura de la interfaz y el estado se gestionan en el servidor y se renderizan dentro de un navegador web.

El framework permite el desarrollo de interfaces web a través de un lenguaje de dominio específico declarativo que refleja los patrones de interfaz de plataforma nativos de Apple. Mantiene una conexión en vivo entre el servidor y el navegador para manejar la sincronización de estado en tiempo real y la interactividad del usuario.

El sistema cubre el diseño de interfaces multiplataforma y la gestión de elementos interactivos como navegación y controles de entrada. Utiliza actualizaciones diferenciales para modificar solo las partes cambiadas de la página y emplea una conexión bidireccional persistente para transportar la entrada del usuario y las actualizaciones de la interfaz de usuario.

Features

  • Web DSLs - Implements a declarative DSL that mimics SwiftUI patterns for building web interfaces.
  • Web Frameworks - Builds web interfaces using a declarative syntax that mirrors native Apple platform interface patterns.
  • Server-Managed UI State - Manages application state and interaction logic entirely on the server, pushing updates to the frontend.
  • Declarative UI Libraries - Provides a library for defining web structures and logic through a high-level descriptive syntax.
  • Native-Like Web Interfaces - Creates web interfaces that mimic the responsiveness and behavior of native Apple platform applications.
  • Declarative UI Structures - Provides a declarative syntax to define HTML-like structures for browser rendering.
  • Real-Time UI Synchronization - Streams server updates directly into the DOM to maintain real-time synchronization of interactive UI elements.
  • State-Synchronized Frameworks - Renders interfaces on the server and synchronizes state and interactivity with the browser in real time.
  • Differential Updates - Sends only changed HTML fragments to the client over a persistent WebSocket connection to avoid full page reloads.
  • UI Event Loops - Uses a persistent bidirectional WebSocket connection to transport user input and UI updates in real-time.
  • Cross-Platform Interface Design - Enables a single interface design to be adapted for both native applications and web browsers.
  • Interaction and Event Handling - Manages how user actions like button clicks and navigation trigger state changes via a live server connection.
  • UI and Layout DSLs - Provides a web-based implementation of SwiftUI.

Historial de estrellas

Gráfico del historial de estrellas de swiftwebui/swiftwebuiGráfico del historial de estrellas de swiftwebui/swiftwebui

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a SwiftWebUI

Proyectos open-source similares, clasificados según cuántas características comparten con SwiftWebUI.
  • square/workflow-kotlinAvatar de square

    square/workflow-kotlin

    1,120Ver en GitHub↗

    Workflow-kotlin is a cross-platform state management and UI binding framework for Kotlin that models application navigation, background tasks, and screen rendering through composable, hierarchical state machines. The architecture drives application behavior by flowing immutable data downward to declarative user interfaces and routing user interactions upward through named event handlers. The library includes multiplatform target support for compiling shared code across operating systems, along with asynchronous operation execution that handles background tasks safely outside render passes. I

    Kotlinandroidkotlinreactive
    Ver en GitHub↗1,120
  • jinxiansen/swiftuiAvatar de Jinxiansen

    Jinxiansen/SwiftUI

    5,440Ver en GitHub↗

    This project is a declarative UI pattern library and reference implementation for structuring layouts, navigation flows, and data collections across Apple platforms. It provides a collection of practical implementation patterns and component examples for building user interfaces using the SwiftUI framework. The library serves as a cross-platform reference for rendering visual content on iOS and macOS. It includes a view implementation guide that covers managing navigation, handling user inputs, and embedding web content. The codebase covers broad capability areas including layout management

    Swift
    Ver en GitHub↗5,440
  • android/compose-samplesAvatar de android

    android/compose-samples

    22,893Ver en GitHub↗

    Compose Samples is a collection of reference implementations for the Jetpack Compose UI library, serving as a practical guide for building native Android user interfaces. It demonstrates the use of a declarative framework where Kotlin functions describe layout structures and data dependencies, enabling developers to construct modern, reactive interfaces. The repository highlights architectural patterns that prioritize maintainability and testability, such as layered organization and unidirectional data flow. It showcases how to implement adaptive layouts that automatically adjust to various s

    Kotlinandroidjetpack-compose
    Ver en GitHub↗22,893
  • dcloudio/muiAvatar de dcloudio

    dcloudio/mui

    13,474Ver en GitHub↗

    mui is a mobile UI component framework and native-like web UI kit designed for building high-performance mobile web interfaces. It functions as a mobile web performance framework and gesture-based interface library to eliminate browser lag and mimic the behaviors and animations of native mobile applications. The framework focuses on implementing common mobile UX patterns, including pull-to-refresh functionality, swipe-to-action menus, and sliding side navigation. It provides specialized tools for gesture-driven interface development to ensure an immediate visual response to touch interactions

    JavaScriptandroidcssdcloud
    Ver en GitHub↗13,474
Ver las 30 alternativas a SwiftWebUI→

Preguntas frecuentes

¿Qué hace swiftwebui/swiftwebui?

SwiftWebUI es un framework de interfaz de usuario del lado del servidor y librería web declarativa que permite la creación de interfaces web utilizando una sintaxis basada en el patrón SwiftUI. Funciona como un sistema impulsado por el servidor donde la estructura de la interfaz y el estado se gestionan en el servidor y se renderizan dentro de un navegador web.

¿Cuáles son las características principales de swiftwebui/swiftwebui?

Las características principales de swiftwebui/swiftwebui son: Web DSLs, Web Frameworks, Server-Managed UI State, Declarative UI Libraries, Native-Like Web Interfaces, Declarative UI Structures, Real-Time UI Synchronization, State-Synchronized Frameworks.

¿Qué alternativas de código abierto existen para swiftwebui/swiftwebui?

Las alternativas de código abierto para swiftwebui/swiftwebui incluyen: jinxiansen/swiftui — This project is a declarative UI pattern library and reference implementation for structuring layouts, navigation… square/workflow-kotlin — Workflow-kotlin is a cross-platform state management and UI binding framework for Kotlin that models application… android/compose-samples — Compose Samples is a collection of reference implementations for the Jetpack Compose UI library, serving as a… dcloudio/mui — mui is a mobile UI component framework and native-like web UI kit designed for building high-performance mobile web… facebook/react — React is a JavaScript library for building user interfaces based on a component-driven architecture and unidirectional… vuejs/vue — Vue is a progressive, component-based JavaScript framework designed for building reactive user interfaces and…