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
- Host: GitHub
- URL: https://github.com/satyendrabanjare/chat-app
- Owner: SatyendraBanjare
- License: mit
- Created: 2017-08-01T05:16:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-23T18:03:56.000Z (almost 8 years ago)
- Last Synced: 2024-12-30T20:15:44.407Z (5 months ago)
- Topics: concurrent-programming, haskell-server, stm
- Language: Haskell
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 runThen in another terminal
$ nc localhost 1234