jinroh / kadoh

The Kademlia DHT in Javascript for Node.js and Browsers
http://jinroh.github.com/kadoh
Other
242 stars 31 forks source link

Fusion /router and /dht #15

Closed alexstrat closed 12 years ago

alexstrat commented 12 years ago

Separate server-side than client-side code

In /lib create 2 folders : client and server

Handle with the namespace

Migrate SimUDP client Code into client/transport/SimUDP.js

Handle with the dependencies of Socket.io.client

Unify the build code

Migrate the readme into docs

Migrate example into example/SmUDP