Skip to content

Utilizing RabbitMQ for Message Queuing Chat System with Material Design 3 UI

License

Notifications You must be signed in to change notification settings

mavyfaby/rabbitmq-test

Repository files navigation

RabbitMQ Test

Utilizing RabbitMQ for Message Queuing Chat System with Material Design 3 UI

Screenshot

Screenshot

Getting Started (Linux)

Install RabbitMQ Server

sudo apt-get install rabbitmq-server

Enable RabbitMQ Web MQTT Plugin

sudo rabbitmq-plugins enable rabbitmq_web_mqtt

Install dependencies

npm install

or with bun:

bun install

Run the dev server

npm run dev

or with bun:

bun run dev

License

This project is licensed under the BSD 3-Clause License - see the LICENSE file for details

Author

About

Utilizing RabbitMQ for Message Queuing Chat System with Material Design 3 UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published