Skip to content

kernelgarden/freddie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Freddie: Elixir Socket Framework

1. Installation

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

def deps do
  [
    {:freddie, "~> 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/freddie.

2. Features

  1. Nonblocking Socket IO
  2. Selectable Encryption
  3. Fault Tolerance
  4. Support for Reliable UDP(최신 순서 보장 mode, 순서보장-재전송 보장)
  5. Shipping Google Proto Buffers