Skip to content
This repository has been archived by the owner on Jul 23, 2020. It is now read-only.
/ knotx-tutorials Public archive

Codebase and samle configurations used for Knot.x tutorials posted on knotx.io

License

Notifications You must be signed in to change notification settings

Knotx/knotx-tutorials

Repository files navigation

Knot.x tutorials

The repository contains codebase for tutorials and conferences demos posted on knotx.io. Remember to update .travis.yml file if your tutorial contains any code to verify.

Tutorials

Hello Rest Service - Tutorial showing how Knot.x can be used to transform a static website into a dynamic one. The tutorial uses the Google Books API to fetch data about books and Knot.x to inject it into an HTML template

The Adapt Service without Web API Tutorial is the next step on our path to learning Knot.x. In this tutorial we will deal with data that comes directly from a database (we will not use a Web API layer this time). With just one simple Service Adapter, we will fetch the data and let Knot.x inject it into an HTML template.

This tutorial explains basic concepts of Knot.x scalability and extendability.

There are two main concepts of integrating external services into your system: client-side and backend. Both approaches have strong sides which used in smart way will benefit your solution. However, they both have weak sides which might bring you many unwanted worries. Knot.x supports both approaches, bringing out their pros and limiting their cons. In this tutorial we will show you how to use Knot.x Gateway to create a consistent Web API for your client-side integration.

Conferences

When Vert.x & RxJava meet - Knot.x: highly-efficient and scalable integration platform for modern websites

Knot.x Devoxx

Knot.x JUG

Community

Use Knot.x communication channel that is described here.

Bugs

All feature requests and bugs can be filed as issues on Gitub. If you found a bug or misspell on knotx.io, please raise ticket or pull request in (knotx-website)[https://github.com/Knotx/knotx-website]. Use User Group or Gitter Chat to ask a question.

Licence

Knot.x tutorials are licensed under the Apache License, Version 2.0 (the "License")

About

Codebase and samle configurations used for Knot.x tutorials posted on knotx.io

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published