Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sshaplygin/simple-message-broker
- Owner: sshaplygin
- License: mit
- Created: 2021-04-02T06:10:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-06T08:34:22.000Z (over 3 years ago)
- Last Synced: 2024-04-22T14:52:52.553Z (8 months ago)
- Topics: broker, golang, http-server, long-polling, queue, test-task, test-task-for-bright
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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