A simple multithreded chat server in haskell
Go to file
Abhinav Sarkar 478a91d93f Adds partial implementation of channel join/leave using MVars. 2015-09-10 14:45:50 +05:30
app Some refactoring. 2015-09-10 02:57:54 +05:30
src/Link Adds partial implementation of channel join/leave using MVars. 2015-09-10 14:45:50 +05:30
test Adds types and a basic server. 2015-09-09 00:23:47 +05:30
.gitignore Adds types and a basic server. 2015-09-09 00:23:47 +05:30
LICENSE Adds types and a basic server. 2015-09-09 00:23:47 +05:30
Setup.hs Adds types and a basic server. 2015-09-09 00:23:47 +05:30
link.cabal Moves client channels to TChan 2015-09-10 13:20:55 +05:30
stack.yaml Adds types and a basic server. 2015-09-09 00:23:47 +05:30