• This repository has been archived on 09/May/2019
  • Stars
    star
    157
  • Rank 238,399 (Top 5 %)
  • Language
    Java
  • License
    Apache License 2.0
  • Created over 11 years ago
  • Updated about 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Yoke is a middleware framework for Vert.x

Yoke

Yoke is a polyglot middleware framework for Vert.x, shipping with over 12 bundled middleware.

Build Status

Instalation

To get started with Yoke in your project you can use Vert.x module system to download it from the maven repository or include the maven dependency your self. The moment this module is only compatible with Vert.x 2.

The Vert.x module id is: com.jetdrone~yoke~3.0.0. If you prefer to use maven, you can get the artifacts using the following dependency:

<dependency>
  <groupId>com.jetdrone</groupId>
  <artifactId>yoke</artifactId>
  <version>3.0.0</version>
</dependency>

Getting started

Yoke 3 is a transitional package that you can use to port your existing apps to Vert.x3, however it is recommended to use Vert.x-Web for new development since that is where the focus is now.

If you need help with Yoke. just ask your questions on yoke framework group.

Example Applications

Under the directory example you will find a couple of examples built with Yoke.

  • A naive implementation of a CMS application using Redis as a database backend
  • Mozilla Persona authentication implementation
  • Groovy get started example
  • JavaScript get started example

All these examples are presented as a showcase of the framework, they are lacking lots of features and testing.

Inspiration

This project was inspired by Connect.

License

This project is released under the Apache License 2.0 as included in the root of the project.

More Repositories

1

vertx-starter

POC for vert.x starter project
Java
42
star
2

slush-vertx

JavaScript
36
star
3

minpsp

Minimalist PSPSDK
C
31
star
4

vertx-bson-codec

BSON EventBus for Vert.x
Java
29
star
5

aws-lambda-native-vertx

Java
28
star
6

openfaas-svm-vertx

Java
19
star
7

vert-x3-experiments

16
star
8

mod-stomp-io

Vert.x STOMP Protocol Module
Java
14
star
9

presentations

HTML
13
star
10

vertx3-nashorn.next

A very experimental alternative loader for Vert.x using JavaScript as main language
JavaScript
12
star
11

hang-around

Async Await but for Vert.x
Java
12
star
12

vertx-web-annotations

Java
11
star
13

openfaas-quarkus-native-template

An OpenFAAS template for Quarkus.io serverless native functions
Dockerfile
10
star
14

vertx-react-client-server-rendering

Java
9
star
15

reactive-microservice-design

Java
8
star
16

p-odm

Plugable ODM for Node.JS
JavaScript
7
star
17

mod-redis-io

Asynchronous bus module for Vert.x
Groovy
7
star
18

es4x-grpc-graphql

JavaScript
4
star
19

vertx-tutorials

JavaScript
4
star
20

vertx-command-template-compiler

Java
4
star
21

coberturajs

JavaScript
3
star
22

webpack-vertx-plugin

JavaScript
3
star
23

react-native-grpc-vertx-example

Java
3
star
24

c-cpp-garbagecollection-algorithms

Several Implementations of Automatic Garbage Collection algorithms (Reference Counting, Mark-Sweep) in C/C++
C++
3
star
25

hit-the-plumber-devoxx-2015

JavaScript
2
star
26

vertx-lambda-runtime

Java
2
star
27

v-odm

Vert.x ODM
Java
2
star
28

webauthn-wip

JavaScript
2
star
29

simple-osm-render

Automatically exported from code.google.com/p/simple-osm-render
Java
2
star
30

kambi-2016

Java
1
star
31

openfaas-vertx-lambda-template

Java
1
star
32

vertx-demos

Java
1
star
33

android-clonabalt

Experiments with Android game development (Naive Canabalt clone)
Java
1
star
34

hot-reload

Java
1
star
35

VertxSnippet

1
star
36

android-procedural

Experiments with android procedural audio and image generation
Java
1
star
37

pmlopes.github.io

JavaScript
1
star
38

vertx-ethereum

Java
1
star
39

eventbus-webrtc

JavaScript
1
star
40

openfaas-templates

Java
1
star