Inspiration
Demonstrating a simple HelloWorld with LavinMQ.
What it does
Think of this as the "hello world" of messaging.
- The producer publishes the "hello world" messages to LavinMQ.
- Then the consumer subscribes to the "hello world" messages from LavinMQ.
How we built it
Set up NodeJS environment on VS Code editor.
- Created hello_world_producer.js file
- Created hello_world_consumer.js file
- Compiled the files on the terminal using the commands:
- node hello_world_consumer.js, and node hello_world_producer.js commands respectively.
Challenges we ran into
Accomplishments that we're proud of
Demonstrated a simple producer/consumer using LavinMQ.
What we learned
Learned the basics of message queueing with LavinMQ.
What's next for Creating the HelloWorld.
Utilize knowledge acquired here to start a project; slack notifications system.
Built With
- lavinmq
- node.js
Log in or sign up for Devpost to join the conversation.