Skip to content
/ fp-chat Public

A (very) simple chat application written in Racket as a project for a Scheme class.

Notifications You must be signed in to change notification settings

emou/fp-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

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

No packages published

Languages