Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions views/index.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
<section>
<h2>What is Chattyloo Anyway?</h2>
<p>Chattyloo is a simple <a href='http://en.wikipedia.org/wiki/Asynchronous_I/O'>asynchronous</a> chat application written in <a href='http://www.ruby-lang.org/'>Ruby</a>. It's simple to embed and it&rsquo;s simple to use, in fact, users don&rsquo;t have to signin, they don&rsquo;t have nicknames or avatars. If you need those features Chattyloo isn&rsquo;t for you!</p>
<p>Right now, users are identified by a random color that is generated when they enter the chat, we're working on a better solution, but it&rsquo;s inteded to stay simple and fun.</p>
<p>Who cares, there are like a million other chat apps! That&rsquo;s true! Chattyloo is different, it doesn't use XMPP, Juggernaut, or Comet. Chattyloo takes advantage of Sever-Sent Events. It&rsquo;s far simpler than plain old WebSockets and much more secure because it&rsquo;s HTTP.</p>
<p>Right now, users are identified by a random color that is generated when they enter the chat, we're working on a better solution, but it&rsquo;s intended to stay simple and fun.</p>
<p>Who cares, there are like a million other chat apps! That&rsquo;s true! Chattyloo is different, it doesn't use XMPP, Juggernaut, or Comet. Chattyloo takes advantage of Server-Sent Events. It&rsquo;s far simpler than plain old WebSockets and much more secure because it&rsquo;s HTTP.</p>

<h2>Free and Open Source</h2>
<p>There are a lot of solutions for chat out there, many cost money! Chattyloo is free and It&rsquo;s completely open-source, meaning <a href='http://github.com/jpsilvashy/chattyloo'>you can help make it better</a>! Learn more about <a href='http://jpsilvashy.com/posts/chattyloo'>how Chattyloo was built</a>.</p>
<p>There are a lot of solutions for chat out there, many cost money! Chattyloo is free and it&rsquo;s completely open-source, meaning <a href='http://github.com/jpsilvashy/chattyloo'>you can help make it better</a>! Learn more about <a href='http://jpsilvashy.com/posts/chattyloo'>how Chattyloo was built</a>.</p>
</section>

<!-- Place the javascript just above the </body> tag -->
Expand Down