MqttOnSvelteKit Svelte Themes

Mqttonsveltekit

A real-time web application demonstrating MQTT communication using SvelteKit and Python dummy clients.

MQTT SvelteKit Web Application

A real-time web application demonstrating MQTT communication using SvelteKit and Python dummy clients.

🚀 Features

  • Real-time MQTT messaging
  • SvelteKit frontend
  • Python dummy clients for testing
  • Development and production environments

📋 Prerequisites

  • Node.js (v23)
  • Python 3.11
  • Git

🛠️ Installation

  1. Clone the repository:

    git clone https://github.com/ChimaeraStudios/MqttOnSvelteKit.git
    cd MqttOnSvelteKit
    
  2. Install Node.js dependencies:

    npm install
    
  3. Set up Python environment for dummy clients:

    cd DummyClients
    python -m venv mqtt_env
    mqtt_env\Scripts\activate
    pip install -r requirements.txt
    

🔧 Development

Start the development server:

npm run dev

Access the development server at: http://localhost:5173

🏗️ Production

Build and preview the production version:

npm run build
npm run preview

🌐 Live Demo

Access the live demo at: https://ffcdpq61-4173.euw.devtunnels.ms/

👥 Contributors

Name Role GitHub
Andrea Menci Creator @Mancee28

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.


Made with ❤️ by Chimaera Studios

Top categories

svelte logo

Need a Svelte website built?

Hire a professional Svelte developer today.
Loading Svelte Themes