Home > fp-chat

fp-chat

Fp-chat is a project mainly written in Racket, it's free.

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

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.

Previous:miudin.js