Skip to content

This is a simple message sending tool that can help sending messages to platforms like Azure Queues

License

Notifications You must be signed in to change notification settings

leeroya/Skinder-Gooi

Repository files navigation

Gooi

This is a simple message sending tool that can help sending messages to platforms like Azure Queues without having to install specific dependencies. Delivered as a self executable this cal help simplify solutions for systems and programs to stream messages.

Development

This repository makes use of Visual Studio Code buy almost any editor will work.

VSCode

Debugging

Running from a terminal that has nodejs installed run:

npm install -g azurite

The from the root of the project run:

azurite --silent --location .\ --debug .\debug.log

Running the tool

Example of how to execute the application and send a message.

.\src\Gooi.CLI\bin\Debug\net6.0\Gooi.exe azure-queue --message "Hello Console" --queue "demo" --connection "UseDevelopmentStorage=true" 

About

This is a simple message sending tool that can help sending messages to platforms like Azure Queues

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages