LordOfTrident / telhub

💬 A telnet chat server in Elixir 🧪

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License Contributors Stars Issues Pull requests


Telhub

💬 A telnet chat server in Elixir 🧪

View Demo · View TODO · Report Bug · Request Feature


Table of contents

Introduction

A telnet chat server made in Elixir. Built on top of my first server app, Telnexir.

Demo

Quickstart

Server

$ git clone https://github.com/LordOfTrident/telhub
$ cd telhub
$ mix run --no-halt -- [PORT] [PASSWORD]

[PASSWORD] is an optional server password.

Note

If you dont know what to pick for [PORT], you can omit it. Default is 4040.

Client

$ telnet <IP> <PORT>

Note

If you are connecting from the same computer the server is running on, put localhost instead of <IP>.

Bugs

If you find any bugs, please, create an issue and report them.



Elixir Telnet

Made with ❤️ love

(Back to top)

About

💬 A telnet chat server in Elixir 🧪

License:GNU General Public License v3.0


Languages

Language:Elixir 100.0%