You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build wrapper around google time for periodic tasks
Resolve int function conflict in bencode
Resolve syntax typo in bencode
Move common metadata/piece logic into queue.cljs
Add piece expiration
Built using clojurescript (that subsequently compiles down to javascript) and utilizing the latest in HTML5 tech
17
17
* WebRTC
18
18
* HTML5 Filesystem
19
-
*Websockets
19
+
*Socket.io
20
20
* Typed Arrays
21
21
* IndexedDb
22
22
@@ -30,13 +30,12 @@ lein run
30
30
31
31
# Also see
32
32
33
-
*[the actual client](http://hcliff.github.com/ampere) - View the client in your browser
33
+
*[the actual client](http://bittorrent.io) - View the client in your browser
34
34
*[webrtc-tracker](https://github.com/hcliff/webrtc-tracker-nodejs) - A seperate project to build a bittorrent tracker for webrtc based bittorrent clients
35
35
36
36
# Issues
37
37
38
38
* Advanced compile doesn't work; thus simple must be (adds 200k to page weight)
39
-
* https is not used
40
39
41
40
## License
42
41
@@ -50,7 +49,7 @@ modification, are permitted provided that the following conditions are met:
50
49
* Redistributions in binary form must reproduce the above copyright
51
50
notice, this list of conditions and the following disclaimer in the
52
51
documentation and/or other materials provided with the distribution.
53
-
* Neither the name of the <organization> nor the
52
+
* Neither the name of the organization nor the
54
53
names of its contributors may be used to endorse or promote products
55
54
derived from this software without specific prior written permission.
0 commit comments