# tutorials **Repository Path**: mirrors_kaazing/tutorials ## Basic Information - **Project Name**: tutorials - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Kaazing Examples and Tutorials This repository contains tutorials and samples of simple applications created for different client environments that use Kaazing WebSocket technology. - Examples and tutorials implemented using [Kaazing Universal Client Library](https://github.com/kaazing/universal-client): - [Simple TODO application][5] using JMS or AMQP brokers. - [Javascript][7] - [AngularJS][8] - [Angular TodoMVC application][6] for AMQP broker created based on the TodoMVC AngularJS sample (see [TodoMVC website][1]). - [Angular TodoMVC application using REST simulation][9] for AMQP broker created based on the TodoMVC AngularJS sample (see [TodoMVC website][1]). - [ReactJS TodoMVC application][10] for AMQP broker created based on the TodoMVC ReactJS sample (see [TodoMVC website][10]). - [MQTT Example](https://github.com/kaazing/tutorials/tree/develop/mqtt) with Kaazing WebSockets and [Eclipse Paho Library](http://www.eclipse.org/paho/) - [Bouncy Ball Sample](https://github.com/kaazing/tutorials/tree/develop/bouncy) demonstrating Bouncy Ball being shared between multiple screens. For more information about using Kaazing gateway and client development visit [http://developer.kaazing.com/][2] For more information about brokers: - [AMQP Protocol][3] - [JMS][4] - [MQTT Protocol](https://github.com/mqtt/mqtt.github.io/wiki) [1]: http://todomvc.com/ [2]: http://developer.kaazing.com/ [3]: https://www.rabbitmq.com/tutorials/amqp-concepts.html [4]: https://en.wikipedia.org/wiki/Java_Message_Service [5]: https://github.com/kaazing/tutorials/tree/develop/todo [6]: https://github.com/kaazing/tutorials/tree/develop/todomvc-angular [7]: https://github.com/kaazing/tutorials/tree/develop/todo/javascript [8]: https://github.com/kaazing/tutorials/tree/develop/todo/angularjs [9]: https://github.com/kaazing/tutorials/tree/develop/todomvc-angular-rest [10]: https://github.com/kaazing/tutorials/tree/develop/todomvc-react