From f3dd6d9283b662692732bad90ab6f3c29b6ce3bb Mon Sep 17 00:00:00 2001 From: amirhnajafiz Date: Tue, 11 Oct 2022 14:35:12 +0330 Subject: [PATCH] update: readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 2a84584..6c5cd4b 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,16 @@ Fast message broker implemented with Golang programming language.
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