Skip to content

brunorene/yoke

 
 

Repository files navigation

Yoke

Yoke is a 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.

Vert.x module id

At the moment this module is only compatible with Vert.x 2. It can be backported to the 1.x series but there is no work in progress in that direction.

The Vert.x module id is: com.jetdrone~yoke~1.0.0

Maven artifact

You can get the jar file using maven with the following configuration:

<dependency>
  <groupId>com.jetdrone</groupId>
  <artifactId>yoke</artifactId>
  <version>1.0.0</version>
  <scope>provided</scope>
</dependency>

The scope is provided because you should include the module from your Vert.x application to avoid having duplicated jars in the server classpath.

Where to get help

Please visit: yoke

In the site there are simple examples and basic documentation of the implemented middleware.

You can also get tutorials:

And also Benchmarks:

Example Applications

  • Under the directory example you will find 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

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.

About

Yoke is a middleware framework for Vert.x

Resources

License

Stars

Watchers

Forks

Packages

No packages published