CuteChat authenticates against whatever your site already uses. This sample stores its
members in SQL Server and signs them in with Forms authentication; the chat reads the
identity from the request, so people are already themselves when they enter a room.
The interface is HTML, CSS and JavaScript. Every surface you see here — the room,
the messenger, the dialogs — is styled by stylesheets in
CuteSoft_Client/CuteChat that you can edit directly.
Storage is pluggable: SQL Server out of the box, or MySQL, Oracle and Access by
pointing one method at a different provider. This sample ships the MySQL schema,
provider and a step-by-step guide in MYSQL-SETUP.md.