Aware IM uses a 3 tier architecture like many enterprise-grade systems:
Browser --> Web Server --> Application Server ---> Database Server
You can easily scale your database servers. If you are using MySQL or SQL Server or Oracle this can be done by the database engine. You can also scale web servers and route client requests to different web servers.
This topic is huge and the detailed explanation is beyond the scope of this thread. Please ask more questions if necessary.