Skip to content

js2p v0.4.516

Pre-release
Pre-release
Compare
Choose a tag to compare
@LivInTheLookingGlass LivInTheLookingGlass released this 02 Nov 06:00
· 432 commits to master since this release

This is the first Node.js release. Networking portions are required to run in Node.js, but the serialization objects can be used in the browser via browserify.

Changes include:

  • Synchronized dictionary object
  • Javascript implementation with networking
  • Alpha chord-like DHT (python only, unstable)
  • Documentation
  • Go protocol parser/serializer
  • C++ protocol parser/serializer
  • Java protocol parser/serializer
  • Smalltalk protocol parser
  • More accurate compression flags

Issues closed:

Next steps:

  • Global refactorization
  • More stable Chord table
  • Javascript Chord table
  • Serialization improvements
  • Figure out how to fully implement in Smalltalk
  • Translate C++ code to C