Skip to content

sshaplygin/simple-message-broker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple message broker

task

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

Releases

No releases published

Packages

No packages published

Languages