Demo

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. Now I’m slowly cleaning up the code base and modularizing it.

  1. (done): Added visual feedback to the Java applet and sped up network communication by switching from fixed server polling to AJAX longpull
  2. (active): Modulairze the code base for greater future extensibility

Here is the media from the BCNet 2010 presentation: