Restful Chat
This chat was developed for grandpighoroscope.com, a site owned by my sister. One of the advantages of this chat is that it uses EventSource API (Javascript) which instead of connecting every N milliseconds to the server, the server send an event to all clients each time there is an event, which reduces the server load. It was designed to be minimalist but with most of the features of common chats. It was developed using Yayahuic Framework and jQuery.