Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ekryski committed Jan 22, 2013
1 parent dd14715 commit 7d7bd1b
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Expand Up @@ -12,12 +12,20 @@ For most of us this doesn't really cut it. I want multi-touch support on my desk
### Client
You need to include a few client side libraries in your html file. They are:

<script type="text/javascript" src="jquery-1.8.1.min.js"></script>
<script type="text/javascript" src="underscore-1.3.3.min.js"></script>
<script type="text/javascript" src="socket.io-0.9.10.min.js"></script>
<script type="text/javascript" src="caress-0.1.0.js"></script>

*I'm planning on trying to get rid of the dependency on underscore*
Then just add and start binding regular touch events at will:

<script>
$(function() {
window.client = new Caress.Client({
host: 'localhost',
port: 5000
});
client.connect();
});
</script>

### Server
Grab the [Caress Server](https://github.com/ekryski/caress-server/) and follow the instructions on the README.
Expand Down

0 comments on commit 7d7bd1b

Please sign in to comment.