Ce projet implémente un système de chat en ligne permettant à plusieurs utilisateurs de communiquer simultanément. L'architecture utilise Java RMI (Remote Method Invocation) pour la communication ...
Fun fact: it actually crashes the JVM with no logging: no stacktrace, no hs_pid file, nothing. I had to inject into the start of every single method to make it log the last method called before it ...