DATx02-16-14 / Hastings

A project evaluating Haste.App and the suitability of Haskell for the web.
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Rewrite Chat using concurrent channels. #55

Closed Tejpbit closed 8 years ago

Tejpbit commented 8 years ago

So far there's only a main chat. There is support for multiple chat rooms with any name is implemented but the DOM manipulation is not. Also, automatic leaving of channels when disconnecting (closing the browser window) is not yet implemented.

Kalior commented 8 years ago

Made a bunch of comments in the files changed. Please have a look at them.

Tejpbit commented 8 years ago

Should have sufficient fixes for merge now @Kalior