An open API service indexing awesome lists of open source software.

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.

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!