https://github.com/ysfscream/slidev-mqttx-protobuf
A Slidev presentation demonstrating the utilization of MQTTX and Protobuf for message validation and handling. Get started with MQTTX Desktop, MQTTX CLI, and EMQX through this interactive demo.
https://github.com/ysfscream/slidev-mqttx-protobuf
Last synced: 2 months ago
JSON representation
A Slidev presentation demonstrating the utilization of MQTTX and Protobuf for message validation and handling. Get started with MQTTX Desktop, MQTTX CLI, and EMQX through this interactive demo.
- Host: GitHub
- URL: https://github.com/ysfscream/slidev-mqttx-protobuf
- Owner: ysfscream
- Created: 2023-09-14T05:47:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-14T05:53:06.000Z (over 1 year ago)
- Last Synced: 2025-01-20T09:07:05.965Z (4 months ago)
- Language: Vue
- Homepage: https://slidev-mqttx-protobuf.vercel.app
- Size: 410 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MQTTX & Protobuf Demo with Slidev
Welcome to the MQTTX & Protobuf Demo created using [Slidev](https://github.com/slidevjs/slidev). This presentation showcases how to use MQTTX Desktop, MQTTX CLI, and EMQX to validate and work with Protobuf messages.
## 🚀 Getting Started
To start working with this project, follow the instructions below:
1. Clone the repository:
```shell
git clone
```
2. Navigate to the project directory:
```shell
cd YOUR_REPOSITORY_NAME
```
3. Install the necessary packages using [pnpm](https://pnpm.io/):
```shell
pnpm install
```
4. Start the development server:
```shell
pnpm run dev
```
5. Open your web browser and visit [http://localhost:3030](http://localhost:3030) to start the slide show.
## 📄 Slides
Edit the [`slides.md`](./slides.md) file to modify the presentation and see the changes in real-time.
## 📖 Resources
- Learn more about Slidev in the [official documentation](https://sli.dev/).
- Explore MQTTX on [GitHub](https://github.com/emqx/MQTTX).
- Learn about Protobuf on the [official site](https://developers.google.com/protocol-buffers).## 🙏 Thank You
Thank you for checking out this project. Feel free to contribute and make this presentation even better!