https://github.com/pymarcus/message-queue
a very, very simplified alternative to Kafka. For local use.
https://github.com/pymarcus/message-queue
golang message-broker message-queue websocket
Last synced: 4 months ago
JSON representation
a very, very simplified alternative to Kafka. For local use.
- Host: GitHub
- URL: https://github.com/pymarcus/message-queue
- Owner: PyMarcus
- Created: 2023-11-21T02:11:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-02T23:25:25.000Z (about 2 years ago)
- Last Synced: 2023-12-03T00:30:44.665Z (about 2 years ago)
- Topics: golang, message-broker, message-queue, websocket
- Language: Go
- Homepage:
- Size: 27.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# message-queue
### RUN:
make
### Use:
* Publisher
curl -X POST http://localhost:7777/publish/topicname --data-binary 'some message'
* Consumer (websocket)
ws://localhost:6666
json body:
{
"topic":"vanilla",
"data":"foda-se"
}
### Publish:

### Consumer:
