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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to vert-x3/vertx-lang-scala

Open-source alternatives to Vertx Lang Scala

30 open-source projects similar to vert-x3/vertx-lang-scala, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Vertx Lang Scala alternative.

  • reactive-extensions/rx.netAvatar de Reactive-Extensions

    Reactive-Extensions/Rx.NET

    7,153Voir sur GitHub↗

    Rx.NET is a reactive programming framework and library for the .NET ecosystem used to compose asynchronous and event-based programs. It provides an observable data stream API that treats live sequences of information as collections, allowing developers to coordinate asynchronous event workflows using a declarative syntax. The project functions as an extension of language integrated query patterns to asynchronous streams. This allows for the filtering and transformation of asynchronous notifications and event sequences through the application of query operators. The framework covers asynchron

    C#
    Voir sur GitHub↗7,153
  • playframework/playframeworkAvatar de playframework

    playframework/playframework

    12,620Voir sur GitHub↗

    Play is a full-stack reactive web framework for Java and Scala. It provides a comprehensive development platform for building scalable web applications and RESTful APIs using a stateless and non-blocking architecture designed for high concurrency. The framework emphasizes high-velocity development through dynamic code reloading, which allows developers to update applications and verify changes without performing a full restart. Its capability surface covers the construction of JSON-based web endpoints, server-side logic for the JVM, and the implementation of scalable web architectures.

    Scalaframeworkhacktoberfestjava
    Voir sur GitHub↗12,620
  • reactivex/rxkotlinAvatar de ReactiveX

    ReactiveX/RxKotlin

    7,041Voir sur GitHub↗

    RxKotlin is a reactive programming library and asynchronous stream processor that provides Kotlin language extensions for composing event-based data streams. It serves as a set of Kotlin bindings for RxJava, allowing developers to transform, filter, and flatten sequences of data emitted over time. The library focuses on integrating RxJava patterns into Kotlin projects by applying language-specific conventions and idioms. It utilizes extension functions to simplify reactive programming patterns, reduce boilerplate, and optimize workflows within the reactive ecosystem. The toolkit covers a bro

    Kotlinkotlinrxjava
    Voir sur GitHub↗7,041

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
  • reactivecocoa/reactivecocoaAvatar de ReactiveCocoa

    ReactiveCocoa/ReactiveCocoa

    19,835Voir sur GitHub↗

    ReactiveCocoa is a functional reactive programming framework and Cocoa UI binding layer. It provides a library for composing asynchronous data streams and managing application state through signals and functional operators. The framework functions as an Objective-C data binding library that links object properties and method calls to reactive streams using runtime dynamism and swizzling. It includes a utility to convert traditional key-value observation notifications into composable streams for synchronized state tracking. The project covers reactive UI programming by connecting interface el

    Swift
    Voir sur GitHub↗19,835
  • reactive-python/reactpyAvatar de reactive-python

    reactive-python/reactpy

    8,138Voir sur GitHub↗

    Reactpy is a Python web component framework and server-side UI library used to build interactive web interfaces. It allows for the creation of structured web layouts and visual logic within Python, removing the requirement to write client-side JavaScript. The framework utilizes a component-based model with reactive state management, where the user interface automatically updates in response to changes in the underlying Python state. It employs a virtual-DOM diffing process and WebSocket-based syncing to push real-time updates from the server to the browser. The system functions as an integra

    Python
    Voir sur GitHub↗8,138
  • googlearchive/code-prettifyAvatar de googlearchive

    googlearchive/code-prettify

    5,767Voir sur GitHub↗

    Code-prettify is a browser-based tool and HTML syntax highlighter that adds visual formatting and line numbers to raw code blocks on web pages. It functions as a client-side code formatter and a customizable lexer library for defining language-specific highlighting rules. The system allows for the creation of custom lexers to provide syntax highlighting for proprietary or uncommon programming languages. Visual presentation is managed through custom code styling and the integration of external CSS stylesheets to define colors and fonts. The project provides automatic syntax highlighting and s

    JavaScript
    Voir sur GitHub↗5,767
  • reactive-extensions/rxjsAvatar de Reactive-Extensions

    Reactive-Extensions/RxJS

    19,353Voir sur GitHub↗

    The Reactive Extensions for JavaScript

    JavaScript
    Voir sur GitHub↗19,353
  • olton/metrouiAvatar de olton

    olton/metroui

    7,077Voir sur GitHub↗

    Metro UI is a progressive front-end framework for building reactive single-page applications with a Metro-style design language. It provides a component-based UI library with over 150 prebuilt interface elements, a reactive state model that automatically updates the DOM when application data changes, and a responsive grid layout system for mobile-first web development. The framework uses an HTML-first approach where interactive interfaces are assembled by adding custom HTML attributes to elements, eliminating the need for manual JavaScript glue code. It includes a hash-based SPA router for na

    JavaScriptbootstrapbootstrap-replacementcomponent-library
    Voir sur GitHub↗7,077
  • cyclejs/cyclejsC

    cyclejs/cyclejs

    10,229Voir sur GitHub↗

    Cycle.js is a functional reactive web framework and observable-driven UI library used for building web applications. It employs a reactive stream architecture that treats the document object model and side effects as continuous data streams, coordinating state and logic through a functional cycle. The framework distinguishes itself by isolating side effects from core logic using a system of drivers. This architecture maps external events to internal commands through a symmetric input-output pipeline, ensuring that the application remains a cycle of pure functions. The project provides capabi

    TypeScript
    Voir sur GitHub↗10,229
  • emacs-tw/awesome-emacsAvatar de emacs-tw

    emacs-tw/awesome-emacs

    9,180Voir sur GitHub↗

    Awesome Emacs is a curated directory of community-driven resources, packages, and configurations designed to extend the functionality of the Emacs text editor. It serves as a comprehensive index for users seeking to transform their editor into a specialized development environment or a highly personalized productivity workspace. The collection highlights tools that enable deep customization of the Emacs experience, ranging from ergonomic key binding schemes and visual interface themes to advanced window management and navigation utilities. It provides a centralized reference for discovering e

    awesome-listemacs
    Voir sur GitHub↗9,180
  • onivim/oni2Avatar de onivim

    onivim/oni2

    7,854Voir sur GitHub↗

    Oni2 is a high-performance, extensible text editor and project-based file manager. It functions as a modal code editor, utilizing a keyboard grammar of verbs and motions to navigate and modify source code without a mouse. It also serves as an LSP client, integrating Language Server Protocol servers to provide code completion, symbol navigation, and refactoring. The editor distinguishes itself by acting as a VSCode extension host, allowing it to load and execute language servers and debuggers from the VSCode ecosystem. It provides a programmable environment where custom functionality is implem

    Reason
    Voir sur GitHub↗7,854
  • hlissner/doom-emacsAvatar de hlissner

    hlissner/doom-emacs

    22,267Voir sur GitHub↗

    This project is an Emacs configuration framework that provides a curated distribution of the editor. It focuses on a modular editor environment and a declarative package management system to ensure reproducible installations and optimized defaults. The framework distinguishes itself through a performance-optimized editor setup that uses lazy loading to reduce startup times. It implements a Vim-emulation layer, providing a modal editing interface with Vim keybindings and a leader-key command hierarchy for efficient navigation. The system covers a broad range of capabilities, including IDE lan

    Emacs Lisp
    Voir sur GitHub↗22,267
  • ios-swift-developers/swiftAvatar de iOS-Swift-Developers

    iOS-Swift-Developers/Swift

    1,927Voir sur GitHub↗

    This repository serves as a comprehensive educational resource for developers building applications within the Apple software ecosystem. It provides a structured guide to the Swift programming language, offering curated examples and documentation that cover core syntax, standard development practices, and foundational programming concepts. The project focuses on practical implementation, demonstrating architectural patterns and interface designs tailored for mobile hardware. It includes guidance on managing asynchronous data flows, integrating multimedia and networking capabilities, and imple

    Cswiftswift-3swift-4
    Voir sur GitHub↗1,927
  • bibekbhusal0/nvim-shadcnAvatar de BibekBhusal0

    BibekBhusal0/nvim-shadcn

    11Voir sur GitHub↗

    Neovim plugin to add shadcn UI component easily with telescope

    Lua
    Voir sur GitHub↗11
  • ballercat/waltAvatar de ballercat

    ballercat/walt

    4,639Voir sur GitHub↗

    Walt is a transpiler and typed language that converts a JavaScript-like syntax into WebAssembly binary format. It functions as a toolchain for developing high-performance logic for browsers and runtimes by translating typed source code into WebAssembly text format. The project includes a bundler-integrated loader that automates the recompilation of source files during the build process. It provides a linear memory manager used to define custom data layouts, structs, and memory allocators within a contiguous heap. The language supports defined function signatures, numeric types, and the abili

    JavaScriptcompilerjavascriptwebassembly
    Voir sur GitHub↗4,639
  • ankushbhagats/liveserver.nvimAvatar de ankushbhagats

    ankushbhagats/liveserver.nvim

    11Voir sur GitHub↗

    Live-server integration for Neovim with smart commands and a clickable lualine toggle.

    Lua
    Voir sur GitHub↗11
  • azratul/expose-localhost.nvimAvatar de azratul

    azratul/expose-localhost.nvim

    6Voir sur GitHub↗

    Expose your localhost to the internet from inside Neovim (for the truly lazy among us)

    Lua
    Voir sur GitHub↗6
  • awsum-lang/awsum-nvimAvatar de awsum-lang

    awsum-lang/awsum-nvim

    3Voir sur GitHub↗

    Neovim plugin for the Awsum programming language (.aww files).

    C
    Voir sur GitHub↗3
  • alessio-vivaldelli/java-creator-nvimAvatar de alessio-vivaldelli

    alessio-vivaldelli/java-creator-nvim

    26Voir sur GitHub↗

    Neovim plugin for generating Java files (classes, interfaces, enums, records) with package-aware autocompletion.

    Lua
    Voir sur GitHub↗26
  • acksld/swenv.nvimAvatar de AckslD

    AckslD/swenv.nvim

    250Voir sur GitHub↗

    Tiny plugin to quickly switch python virtual environments from within neovim without restarting.

    Lua
    Voir sur GitHub↗250
  • crusj/structrue-go.nvimAvatar de crusj

    crusj/structrue-go.nvim

    48Voir sur GitHub↗

    A better structured display of golang symbols information

    Lua
    Voir sur GitHub↗48
  • crusj/hierarchy-tree-go.nvimAvatar de crusj

    crusj/hierarchy-tree-go.nvim

    35Voir sur GitHub↗

    Golang Hierarchy tree views.

    Lua
    Voir sur GitHub↗35
  • atomicptr/defold.nvimAvatar de atomicptr

    atomicptr/defold.nvim

    29Voir sur GitHub↗

    Batteries-included development environment for the Defold game engine, powered by Neovim

    Rust
    Voir sur GitHub↗29
  • dmmulroy/ts-error-translator.nvimAvatar de dmmulroy

    dmmulroy/ts-error-translator.nvim

    424Voir sur GitHub↗

    A Neovim port of Matt Pocock's ts-error-translator for VSCode for turning messy and confusing TypeScript errors into plain English.

    Lua
    Voir sur GitHub↗424
  • dmmulroy/tsc.nvimAvatar de dmmulroy

    dmmulroy/tsc.nvim

    545Voir sur GitHub↗

    A Neovim plugin for seamless, asynchronous project-wide TypeScript type-checking using the TypeScript compiler (tsc)

    Lua
    Voir sur GitHub↗545
  • eclipse/vert.xE

    eclipse/vert.x

    0Voir sur GitHub↗

    This is the repository for Vert.x core.

    Voir sur GitHub↗0
  • crispgm/nvim-goAvatar de crispgm

    crispgm/nvim-go

    153Voir sur GitHub↗

    A minimal implementation of Golang development plugin for Neovim

    Lua
    Voir sur GitHub↗153
  • farias-hecdin/cssvarhighlightAvatar de farias-hecdin

    farias-hecdin/CSSVarHighlight

    6Voir sur GitHub↗

    📌 A plugin that will help you easily identify the colors defined in CSS variables

    Lua
    Voir sur GitHub↗6
  • farias-hecdin/cssvarviewerAvatar de farias-hecdin

    farias-hecdin/CSSVarViewer

    10Voir sur GitHub↗

    📌 This plugin allows you to easily identify the value of a CSS variable from any other files.

    Lua
    Voir sur GitHub↗10
  • cjodo/convert.nvimAvatar de cjodo

    cjodo/convert.nvim

    57Voir sur GitHub↗

    A Neovim plugin to help with css unit, and number conversions.

    Lua
    Voir sur GitHub↗57