Skip to content

Commit

Permalink
merge: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
amirhnajafiz committed Aug 23, 2023
2 parents f91857f + 1983dd8 commit 408fbf6
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,25 @@
<img src=".github/assets/logo.png" alt="logo" />
</p>

<br />

<p align="center">
<img src="https://img.shields.io/badge/Golang-1.19-66ADD8?style=for-the-badge&logo=go" alt="go version" />
<img src="https://img.shields.io/badge/Version-1.3.0-red?style=for-the-badge&logo=github" alt="version" /><br />
<img src="https://img.shields.io/badge/MacOS-black?style=for-the-badge&logo=apple" alt="version" />
<img src="https://img.shields.io/badge/Linux-white?style=for-the-badge&logo=linux" alt="version" />
<img src="https://img.shields.io/badge/Windows-blue?style=for-the-badge&logo=windows" alt="version" />
<img src="https://img.shields.io/badge/Golang-1.19-66ADD8?style=for-the-badge&logo=go" alt="go version" />
<img src="https://img.shields.io/badge/Version-1.3.0-red?style=for-the-badge&logo=github" alt="version" /><br />
<img src="https://img.shields.io/badge/MacOS-black?style=for-the-badge&logo=apple" alt="version" />
<img src="https://img.shields.io/badge/Linux-white?style=for-the-badge&logo=linux" alt="version" />
<img src="https://img.shields.io/badge/Windows-blue?style=for-the-badge&logo=windows" alt="version" />
</p>

Fast message broker implemented with Golang programming language.<br />
Using no external libraries, just internal Golang libraries.
<br />

A fast message broker implemented with Golang programming language.
Stallion is build using no external libraries, just internal Golang libraries.
You can use Stallion in order to make communication between clients with sending and
receiving events.

## Guide

- [Install Stallion](#how-to-use)
- [Setup Stallion Server](#create-server-in-golang)
- [Using Docker](#create-a-server-with-docker)
Expand Down

0 comments on commit 408fbf6

Please sign in to comment.