Knotx / knotx-example-project

Example Project contains samples of various Knot.x modules implementations and usages
https://knotx.io
Apache License 2.0
4 stars 12 forks source link

Feature/sock js example #31

Closed tomaszmichalak closed 5 years ago

tomaszmichalak commented 5 years ago

Knot.x Core has a HTTP-based server that uses the Open API specification. It allows to define a RESTful API dynamically. Summarizing, Knot.x Core delivers fully configurable reactive HTTP-based server dedicated for creating RESTful API.

This example presents how Knot.x Stack can be integrated with websockets.

Description

This example presents how Knot.x Stack can be integrated with websockets.

Motivation and Context

Knot.x Example Project has to provide examples for: backend integrations with Data Bridge, Gateway API with Open API, Forms integration, front-end integration via Gateway API and websockets.

Screenshots (if appropriate)

Upgrade notes (if appropriate)

Types of changes

Checklist:


I hereby agree to the terms of the Knot.x Contributor License Agreement.