A real-time web application demonstrating MQTT communication using SvelteKit and Python dummy clients.
Clone the repository:
git clone https://github.com/ChimaeraStudios/MqttOnSvelteKit.git
cd MqttOnSvelteKit
Install Node.js dependencies:
npm install
Set up Python environment for dummy clients:
cd DummyClients
python -m venv mqtt_env
mqtt_env\Scripts\activate
pip install -r requirements.txt
Start the development server:
npm run dev
Access the development server at: http://localhost:5173
Build and preview the production version:
npm run build
npm run preview
Access the live demo at: https://ffcdpq61-4173.euw.devtunnels.ms/
Name | Role | GitHub |
---|---|---|
Andrea Menci | Creator | @Mancee28 |
This project is licensed under the MIT License - see the LICENSE file for details.
Made with ❤️ by Chimaera Studios