COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20200624165831/https://github.com/topics/ratpack
Here are
70 public repositories
matching this topic...
Security engine for Java (authentication, authorization, multi frameworks): OAuth, CAS, SAML, OpenID Connect, LDAP, JWT...
Updated
Jun 24, 2020
Java
A simple grocery list webapplication implemented with the Microframeworks Spark Java, Jodd, Ninja, Javalite, Pippo and Ratpack
Updated
Nov 28, 2018
Java
Updated
Feb 25, 2020
Kotlin
A comparison between Proteus RPC and other commonly used RPC frameworks
Updated
May 14, 2019
Java
The minimal dev environment to enable live-editing React components from a JVM Ratpack server
Updated
Mar 5, 2019
JavaScript
RatPack application w/Zipkin tracing
Ratpack support for rxjava2
Updated
May 22, 2020
Groovy
Asynchronous version of store-search-files with Ratpack and RxJava
Updated
Sep 21, 2016
Java
Brave instrumentation for Ratpack
Updated
May 20, 2020
Java
Notes on async behavior in Ratpack
Updated
May 31, 2017
Groovy
pac4j security library for Ratpack: OAuth, CAS, SAML, OpenID Connect, LDAP, JWT...
Source code for "Practical quickstart to Ratpack" presentation.
Updated
Nov 3, 2019
Groovy
Examples using ratpack with JRuby
Updated
Apr 15, 2018
Groovy
Explore thundering web requests with different web serving technologies
Updated
Dec 18, 2019
Python
🐷 Microservice Architecture with Ratpack, Kafka and Docker
Updated
Jun 5, 2020
Kotlin
Example of using JSON Web Tokens to authenticate with Ratpack
Updated
Oct 15, 2017
Java
Example repository for code published devsoap.com
Updated
Jan 12, 2020
Java
Example of using ReactiveStreams over WebSockets with Ratpack
Updated
Mar 14, 2017
Java
Example of bi-directional communication via Websockets with Ratpack
Updated
Jun 23, 2017
HTML
Resilience4j support for ratpack promises
Example of a GraphQL service implemented in Ratpack
Updated
Feb 18, 2018
Java
API for transferring money between accounts 💰
Updated
May 15, 2020
Java
Example of a exposing database data using GraphQL and Ratpack
Updated
Mar 19, 2018
Java
Example of configuring healthchecks for a Ratpack service
Updated
Mar 19, 2018
Java
Simple demo application of a bank based on Ratpack
Updated
Jul 26, 2018
Java
Resilient Ratpack microservice for transferring money, showing off quite a little of Domain-Driven Design. Tested with Spock.
Updated
Aug 29, 2019
Java
Improve this page
Add a description, image, and links to the
ratpack
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
ratpack
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
The documentation says: "If you want to stop the server, you just need to call the .close method on the object returned by the run-server function."
There is no
.closemethod on server. The correct method is.stop!Could you please change the documentation ?
Thanks,
G.Scacco