Added
- New comprehensive use cases demonstrating protocol implementations:
- MQTT Smart Home System
- Real-time IoT device monitoring
- Temperature, motion, lights, and energy tracking
- Containerized with Mosquitto broker
- Redis Session Manager
- User session handling and presence tracking
- Rate limiting implementation
- Containerized with Redis server
- SMTP Notification System
- Email templating with HTML support
- Welcome, alert, and digest notifications
- Containerized with MailHog for testing
- AMQP Task Processor
- Distributed task processing system
- Priority queues and dead letter handling
- Multi-worker scaling support
- Task result collection and statistics
- Containerized with RabbitMQ
Changed
- Enhanced examples directory structure with dedicated use-case folders
- Improved documentation with detailed README files for each use case
- Added Docker and Docker Compose configurations for all examples