#chatty
A chat application able to deploy and reuse in any environment. facebook twitter wordpress
#!/bin/bash
git clone https://github.com/Announcement/chatty.git
cd web && node ../bin/beta.js
#fast
Any old computer can hadle it to some extent.
Always be responsive, remove features before adding processing time.
Automatically scaling configuration along with provided settings.
The server-client relation is retained tightly, cookies.js
on both ends.
#beautiful Source code must be short, readable, and appealing to the eye. Retain "politically correct" coding paradigms. The final product must be just as beautiful as the code.
#portable This means modules must be either cut or packaged. Lightweight, anything more than a few kilobytes is too much. Can be distributed all together and modified easily for compatibility.
#elegant Easy to use for a beginner.
Pleasing for an expert.
Simple, vanilla, concise.