Skip to content

jameshu15869/potionmaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Potionmaster

PotionMaster is a Pub/Sub messaging server built in Elixir. Clients can connect to the server over TCP and information is transmitted in JSON format. PotionMaster is split into two main subcomponents - the TCP server and the systems that manage the topics.

Demo with a simple client written in Go:

mq_demo_compressed.mp4

Development Guide

Ensure that you have Elixir (Erlang is usually installed with Elixir as well) to develop this project.

Install dependencies

mix deps.get

To create a production build locally, run

mix release

About

Pub/sub messaging server written in Elixir

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages