Skip to content

Instantly share code, notes, and snippets.

@bcomnes
Last active April 17, 2021 20:07
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bcomnes/6d76c3ace861d4d0ed57f2cde2346ffe to your computer and use it in GitHub Desktop.
Save bcomnes/6d76c3ace861d4d0ed57f2cde2346ffe to your computer and use it in GitHub Desktop.
Late 2016 Reading list

Late 2016 Reading list

Late 2016 consisted of mostly module diving. Topics of focus related mainly to hyperamp and hyperblog, two experimental hypermodul.es projects.

New modules

LevelDB

Leveldb is the SQLite of key-value databases. Its used behind the scense in IndexDb and is generally well supported in the node.js module ecosystem. I did a bunch of reading, and some experiments with it.

Websocket Streams, Pull Streams, Multiplex and RPC

These are some documents that implement some of the common node abstractions on top of websocket duplex streams.

IPv6

Bash

P2P

Crypto

Go packages

Random

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment