/dnachat

Primary LanguagePython

#DNAChat This is a lightweight chatting server based on AWS written in Python, Twisted and using bson. It has features such as live chatting, logging and push notification for mobile devices.

###Performance

  • EC2: t2.medium x 2 and ElastiCache Redis t1.micro x 1
  • 80,000 transactions per minutes - One transaction is from sending message to target device to receiving ack message from target

Live Demo

Will be uploaded

###How it works?

###How to install?