Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sshaplygin/simple-message-broker

Simple message broker and http web-service by test task
https://github.com/sshaplygin/simple-message-broker

broker golang http-server long-polling queue test-task test-task-for-bright

Last synced: about 1 month ago
JSON representation

Simple message broker and http web-service by test task

Awesome Lists containing this project

README

        

# Simple message broker

[task](test-task.md)

## How to run

### Windows:

* go build -o main.exe && main.exe by default port
* go build -o main.exe && main.exe -p=8080 by custom port

### UNIX-like:

* go build -o main && main by default port
* go build -o main && main -p=8080 by custom port