Coder Social home page Coder Social logo

telmnet's Introduction

Telmnet

Telmnet is a telnet like client, written in Elm. Actually, it is a client for the websockify protocol. So, it only connects to websockify based proxies instead of any TCP server.

Building

To build, run:

elm-make  Telmnet.elm  --output assets/app.js

and open index.html in a browser.

For continuous builds, use watchman:

watchman -r *.elm -- elm-make  Telmnet.elm  --output assets/app.js

Motivation

The motivation for this comes from my desire to build a web based client for FICS (Free internet chess server), which runs over TCP. This really is proof of concept.

Try

To try it out, you can connect to any server proxied by websocify. I run two of those at:

  • ws://vps.rohanjain.in:9000/: A simple group chat server.

  • ws://vps.rohanjain.in:9001/: Proxy to the FICS server. One can do anything possible with telnet freechess.org, even play a few chess games.

  • ws://vps.rohanjain.in:9002/: Proxy to the Freenode IRC server. If you know the protocol, you have your IRC client! Try this link.

  • You can connect to any other server by installing websockify and running: websockify [options] [address:]port [service_address:service_port]. address should be visible to your browser though.

telmnet's People

Contributors

crodjer avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.