(Translated by https://www.hiragana.jp/)
GitHub - samhattangady/owlery: Elixir backend for cluegrid
Skip to content

samhattangady/owlery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Owlery

Owlery is a backend application used to relay messages between various frontends connected to it. It was build for the Cluegrid crossword app. It is built using elixir and cowboy.

Basic Architecture

We use GenServer for every Channel. It maintains the state of the game, as well as managing the communication between all connected clients.

Installation

If available in Hex, the package can be installed by adding owlery to your list of dependencies in mix.exs:

def deps do
  [
    {:owlery, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/owlery.

About

Elixir backend for cluegrid

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages