All Projects → genhaiyu → reactive-extension

genhaiyu / reactive-extension

Licence: GPL-3.0 license
Simple webfilter tracking extension based on Webflux, default use the Jetty container.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to reactive-extension

KotlinReactiveMS
An educational project to learn reactive programming with Spring 5 and Kotlin
Stars: ✭ 33 (+120%)
Mutual labels:  reactive, webflux
spring-five-functional-reactive
No description or website provided.
Stars: ✭ 20 (+33.33%)
Mutual labels:  reactive, webflux
spring-boost
Introduce Clojure and live-coding power to your Spring Boot application!
Stars: ✭ 23 (+53.33%)
Mutual labels:  reactive, webflux
chatter
Build a twitter clone in 10 mins with Rails, CableReady, and StimulusReflex
Stars: ✭ 50 (+233.33%)
Mutual labels:  reactive
docker-jetty
Formerly the location of the Docker official image for Jetty
Stars: ✭ 47 (+213.33%)
Mutual labels:  jetty
svelte-micro
Light & reactive one-component router for Svelte
Stars: ✭ 81 (+440%)
Mutual labels:  reactive
reactify
The first and only true Functional Reactive Programming framework for Scala.
Stars: ✭ 77 (+413.33%)
Mutual labels:  reactive
rust-flutter-reactive
This is a sample app to improve consistency over Mobile App Development.
Stars: ✭ 25 (+66.67%)
Mutual labels:  reactive
drawer
A touch-enabled drawer component for the modern web.
Stars: ✭ 26 (+73.33%)
Mutual labels:  reactive
Rx.Http
A reactive way to make HTTP Request in .NET Core 🚀
Stars: ✭ 62 (+313.33%)
Mutual labels:  reactive
Akka
Examples and explanations of how Akka toolkit works
Stars: ✭ 20 (+33.33%)
Mutual labels:  reactive
activator-reactive-kafka-scala
Activator template for Reactive Kafka
Stars: ✭ 20 (+33.33%)
Mutual labels:  reactive
awesome-solid-js
Curated resources on building sites with SolidJS, a brand new way(now 1.0) to build Javascript based interactive web applications. A very close looking cousin to React/JSX by syntax, and to Svelte by few important principles(compiler and fine-grained reactivity), it's a highly optimised way to deliver web applications with best-in-class performa…
Stars: ✭ 317 (+2013.33%)
Mutual labels:  reactive
assembler
Functional, type-safe, stateless reactive Java API for efficient implementation of the API Composition Pattern for querying/merging data from multiple datasources/services, with a specific focus on solving the N + 1 query problem
Stars: ✭ 102 (+580%)
Mutual labels:  reactive
owlet
Typed Spreadsheet UI library for ScalaJS
Stars: ✭ 40 (+166.67%)
Mutual labels:  reactive
SwiftObserver
Elegant Reactive Primitives for Clean Swift Architecture #NoRx
Stars: ✭ 14 (-6.67%)
Mutual labels:  reactive
whoshiring
A browser for Hacker News's Ask HN: Who's Hiring, with Matrix Inside(tm)
Stars: ✭ 24 (+60%)
Mutual labels:  reactive
HongsCORE
Hong's Common Object Requesting Engine
Stars: ✭ 49 (+226.67%)
Mutual labels:  jetty
alef-component
Alef Component for Modern Web Apps.
Stars: ✭ 46 (+206.67%)
Mutual labels:  reactive
winstone
Patched winstone used in Jenkins
Stars: ✭ 63 (+320%)
Mutual labels:  jetty

Reactive Extension Components

License


Framework Version
JDK 11 +
Servlet 4.0.x
Spring 5.2.x
Spring Boot 2.2.x
Spring Cloud Hoxton.x

1. Functions

  • Logging the Web Server servlet or reactive and load the filter and listeners.
  • Reactive tracking, reactive publish and subscribe.
  • Exclusive the Jetty server, and unSupport Tomcat server.

2. Using in the project

1.1 Git clone

https://github.com/genhaiyu/reactive-extension.git

1.2 Compile

cd /reactive-extension

mvn clean install

1.3 Use in the pom.xml

    <dependencies>
        <dependency>
            <groupId>genhaiyu</groupId>
            <artifactId>basement</artifactId>
            <version>1.1.2-SNAPSHOT</version>
        </dependency>
        <dependency>
            <groupId>genhaiyu</groupId>
            <artifactId>reactive</artifactId>
            <version>1.1.2-SNAPSHOT</version>
        </dependency>
    <dependencies>

3. Changelog

  • Created in 2019
  • Updated in 2021
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].