Skip to content

Commit

Permalink
release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelklehr committed Nov 20, 2013
1 parent a492dca commit af26e8f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions README.md
Expand Up @@ -33,7 +33,7 @@ var node = smoke.createNode({
// listen on network events...

node.on('connect', function() {
// Hey, now have at least one peer!
// Hey, now we have at least one peer!

// ...and broadcast stuff
node.broadcast.emit('chat', 'HEYO! I\'m here')
Expand Down Expand Up @@ -126,4 +126,13 @@ Listens on an event that was emitted on the peer object that represents this nod
## Todo

* Use event-loop-friendly nextTick call(back)s
* Maybe make options.port optional, so it just uses an available port
* Maybe make options.port optional, so it just uses an available port

## Legal
(c) 2012-2013 Marcel Klehr
MIT License

## Changelog

0.1.0
* Don't depend on log4js
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{ "name": "smokesignal"
, "version": "0.0.4"
, "version": "0.1.0"
, "description": "Build your own small (or larger) peer to peer network with node.js -- useful for stuff like scaling your real-time app!"
, "keywords": ["peers", "peer to peer", "p2p", "gossip", "seeds", "event passing", "distributed", "cluster", "scaling", "scale"]
, "main": "index.js"
Expand Down

0 comments on commit af26e8f

Please sign in to comment.