Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 522 Bytes

README.rst

File metadata and controls

19 lines (15 loc) · 522 Bytes

Rascal Chat

Rascal Chat is a simple group chat platform implemented in the client-server style. I wrote Rascal Chat to be an experiment in a concurrent, highly scalable message passing application.

Rascal Chat Server

The Rascal Chat server is implemented in Erlang. The server is intended to be able to serve at least tens of thousands of concurrent connections.

Rascal Chat Clients

Rascal Chat has several client implementations:

  • Python CLI
  • Android