移至檔案
Dan Ballard 0a71846b73 update project site link 2016-02-21 22:56:31 +00:00
ConnHandler.java - getMsgs and getLog now both long pull. Much faster and more effecient 2010-12-31 09:42:12 -05:00
Cortex.java Now server applet garunteed to show correct port 2010-12-31 09:45:19 -05:00
LICENSE Create LICENSE 2013-11-20 16:27:30 -08:00
Makefile - getMsgs and getLog now both long pull. Much faster and more effecient 2010-12-31 09:42:12 -05:00
README update project site link 2016-02-21 22:56:31 +00:00
ResManager.java - getMsgs and getLog now both long pull. Much faster and more effecient 2010-12-31 09:42:12 -05:00
Runner.java Initial import of Cortex code from my cs416 class at UBC 2010-12-21 18:11:43 -05:00
Server.java recovering Server.java from backup 2011-05-20 11:09:03 -07:00
TSP_map_test.js Initial import of Cortex code from my cs416 class at UBC 2010-12-21 18:11:43 -05:00
ajax.js Initial import of Cortex code from my cs416 class at UBC 2010-12-21 18:11:43 -05:00
client.html - getMsgs and getLog now both long pull. Much faster and more effecient 2010-12-31 09:42:12 -05:00
gen-cert.sh Initial import of Cortex code from my cs416 class at UBC 2010-12-21 18:11:43 -05:00
shell.html - getMsgs and getLog now both long pull. Much faster and more effecient 2010-12-31 09:42:12 -05:00

README

Cortex: P2P in JavaScript
Dan Ballard (2010-2011) <dan@mindstab.net>
https://danballard.com/projects/cortex/

Cortex is a P2P framework that runs without installation in your web browser. It's one small part Java Applet (HTTP server) and one large part JavaScript. The JavaScript is all the P2P networking code and utilities you need to get off the ground and go.

Cortex was a school project for CS from late 2009 and early 2010 that won second place in the BCNet "Broadband Innovation challenge". On top of the P2P network, a distributed processing system was written to further demonstrate that mature complicated applications can be written in JavaScript.

As happens with school projects, the Cortex code base was a bit of a mess when done due to massive time constraints and due dates.  I am slowly trying to clean up the codebase now in my spare time.  

Step 1 was the longpull branch which added a few nice graphics feedbacl tweeks to the java applet and greatly sped up communication by making it use AJAX longpull.

Step 2 is to modularize it to make it more extensible