badges / pypipins

Badges for your site to display download totals, latest version using PyPI
http://pypip.in
MIT License
78 stars 45 forks source link

Rewrite in something more suitable for the scale and traffic #30

Open kura opened 10 years ago

kura commented 10 years ago

Started rewriting in Go which proved to be way too complex for what was needed, handling and parsing JSON in Go is kind of ridiculous.

Started a rewrite in JavaScript on top of NodeJS, likely to continue down this route as it provides boosts to scalability on each node where Python is lacking, also resolves a weird issue with PyPy and Twisted leaking memory.

Other option is to rewrite in Lua and use it's JIT.