Skip to content

Commit

Permalink
Added a deploy to heroku button. Closes #102.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan Mick committed Apr 4, 2015
1 parent 4a9a66e commit 50b3e0e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

[![Build Status](https://travis-ci.org/fastchat/server.svg?branch=develop)](https://travis-ci.org/fastchat/server.svg?branch=develop) [![Coverage Status](https://coveralls.io/repos/fastchat/server/badge.svg?branch=develop)](https://coveralls.io/r/fastchat/server?branch=develop)

[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)

This is the FastChat Server, written in CoffeeScript on Node.js. It uses socket.io for real time communication, and faciliates users to register, login, create private groups, invite users to groups, and chat. It has many clients that can be used to chat.

* [Web Client](https://github.com/fastchat/web)
Expand Down
18 changes: 18 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "FastChat Server",
"description": "A fast, small, efficient, chat application built on Node.js",
"keywords": [
"chat",
"fastchat",
"realtime",
"socket",
"socket.io",
"coffeescript"
],
"addons": [
"mongolab:sandbox"
],
"env": {
"ENV": "production"
}
}

0 comments on commit 50b3e0e

Please sign in to comment.