Skip to content

A simple chatting. Two different versions of the application written in Python and Haskell respectively can communicate with each other over a local network and over the internet.

CGTheProgrammer/NetworkingChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NetworkingChat

A simple chatting application. Two different versions of the server needed to create a chat room are present. One is written in Python and the other Haskell. Each utilizes the capabilities of telnet.

#Haskell Setup To compile run the following command: ghc -o server chat.hs

The executable server under the name "server" and should now be runnable. To connect to the server use the following command: telnet localhost 5000

#Python Setup

#Resources http://chimera.labs.oreilly.com/books/1230000000929/ch12.html

About

A simple chatting. Two different versions of the application written in Python and Haskell respectively can communicate with each other over a local network and over the internet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published