An open API service indexing awesome lists of open source software.

https://github.com/satyendrabanjare/chat-app

Terminal chat application written purely in haskell
https://github.com/satyendrabanjare/chat-app

concurrent-programming haskell-server stm

Last synced: 3 months ago
JSON representation

Terminal chat application written purely in haskell

Awesome Lists containing this project

README

        

# Chat-App

Inspired by :: [haskell-chat-server-example](https://github.com/mitchellwrosen/haskell-chat-server-example)

Purely for learning prupose

>Fixed the error of having wrong name printed for the to be kicked client.

>Will be working on implementing new features.


Quick setup

$ cabal sandbox init
$ cabal install --only-dependencies
$ cabal run

Then in another terminal

$ nc localhost 1234