Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nowelium committed May 7, 2011
1 parent b2761e9 commit 5fe97b8
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,30 @@ How to use
shell > node prj/example-nodejs-server/server.js

* client

* install socket.io
[git]
git submodule add https://github.com/LearnBoost/Socket.IO.git Resources/socket.io

* DIR
prj/
- README
- LICENSE
- tiapp.xml
- Resources/
- app.js
- socket.io-titanium.js
- socket.io/
- package.json
- socket.io.js
- lib/
- io.js
- socket.js
- util.js
- transport.js
- transports/
- xhr.js
- xhr-polling.js

[js code]
require('socket.io-titanium');
Expand Down

0 comments on commit 5fe97b8

Please sign in to comment.