Skip to content

Commit

Permalink
update: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
amirhnajafiz committed Oct 11, 2022
1 parent e655d64 commit f3dd6d9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@
Fast message broker implemented with Golang programming language.<br />
Using no external libraries, just internal Golang libraries.

## Guide
- [Install Stallion](#how-to-use)
- [Setup Stallion Server](#create-server-in-golang)
- [Using Docker](#create-a-server-with-docker)
- [Stallion Go SDK](#creating-clients)
- [Subscribe](#subscribe-on-a-topic)
- [Publish](#publish-over-a-topic)
- [Unsubscribe](#unsubscribe-from-a-topic)
- [Auth](#creating-a-server-with-auth)

## How to use?
Get package:
```shell
Expand Down

0 comments on commit f3dd6d9

Please sign in to comment.