Racinfo

Protocol

Real Address Chat is a protocol based on TCP intended for chatting, like IRC. It was supposed to be an “IRC killer,” but in reality, its implementation is poor. There’s also a community-made successor called WRAC. It’s basically the same as RAC, but it uses WebSockets instead of TCP for connections.

If you want to experiment with or implement RAC in your client or server, use the documentation below to understand how it works.

Articles

Click on article down below that you want to read.

Real Address Chat Protocol

This article explains the Real Address Chat protocol and how the client and server interact with each other using it.

Curated by @kostya-zero

WebSocket Real Address Chat Protocol

A WebSocket-based implementation of the RAC protocol, made by the community. It works the same as RAC but includes some additions.

Curated by @kostya-zero

User Agents

A community-made solution to identify clients by a unique symbol in front of their username.

Curated by @MeexReay

Avatars

An explanation of the basic user-made implementation of avatars in RAC clients.

Curated by @MeexReay