-
Notifications
You must be signed in to change notification settings - Fork 0
emou/fp-chat
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A simple chat application written in Racket as an university project. * Design is self-invented, hence broken :) * When the server wants to broadcast messages, it wakes each thread (one thread per user), which then sends the message to the respective client. This is BAD / inefficient. * Protocol is broken (again self-invented). * GUI uses too much protocol. * etc. This code is provided as is in the public domain.
About
A (very) simple chat application written in Racket as a project for a Scheme class.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published