scravy / ChatServer

A very simple chat server written in Haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatServer

Build Status

A simple server that distributes incoming messages to all connected clients. Written in Concurrent Haskell.

Running

Install the Haskell Platform first.

git clone https://github.com/scravy/ChatServer.git
cabal run 4000

You can specify a custom port instead of 4000.

Using

Once the Chat server is started, it is ready to accept connection. You can connect for example using netcat (nc).

nc localhost 4000

About

A very simple chat server written in Haskell

License:GNU General Public License v3.0


Languages

Language:Haskell 100.0%