Skip to content

Really terribly formatted telnet chat server in Elixir - but it can scale fairly well.

License

Notifications You must be signed in to change notification settings

Hazer/absolutely-hideous-telnet-chat-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App

Start the application with

App.accept(9000)

Then go into another shell session and type in

telnet localhost 9000

Do it again for another window.

Start chatting and see results. It's hideous! But it scales well with the only bottleneck being the genserver's speed of inserting/fetching the state.

Installation

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

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

About

Really terribly formatted telnet chat server in Elixir - but it can scale fairly well.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 100.0%