awesome-lightweights
awesome-lightweights copied to clipboard
This is a list of open source, lightweight, readable implementations of various protocols and technologies.
Awesome-Lightweights
This is a list of Open Source implementations of various protocols and technologies. Those implementations should strive to be lightweight and easily readable.
Inspired by this comment on HN.
BitTorrent
- LightDHT a lightweight python implementation of the BitTorrent DHT.
Python
Blockchain
- Naivechain a blockchain in 200 lines of code.
ApacheJavascript - Tinychain a pocket-sized implementation of Bitcoin.
MITPython
Neural network
- Mind a neural network library built in JavaScript.
MITJavascript
NTP
- NTPserver a Python based ntp server.
MITPython
Text editor
- Kilo a (console) text editor in less than 1000 lines of code with syntax highlight and search.
BSD2C