6 ms·
How have you written this? It's fast and has an interesting feel to it, but I don't recognize the JavaScript framework. Also, how can I leave feedback from wit
by thedevelopment 15y ago
How have you written this? It's fast and has an interesting feel to it, but I don't recognize the JavaScript framework.
Also, how can I leave feedback from within the site?
- badger-com 15y agoThanks for noticing! We built badger.com a bit differently from most sites. Our backend is just a JSON api and the frontend uses this API and is implemented entirely in Javascript using an internal library we'll be releasing soon (code name: Hasher). API Docs - http://badger.github.com/ http://badger.github.com/ Frontend Source Code - http://github.com/badger/frontend http://github.com/badger/frontend Hasher JS Lib - https://github.com/badger/frontend/tree/master/javascripts/lib/hasher-0.1.0 https://github.com/badger/frontend/tree/master/javascripts/l... So for example, the Javascript behind our DNS manager can be found here -- https://github.com/badger/frontend/blob/master/javascripts/domains/apps/dns_badger.js https://github.com/badger/frontend/blob/master/javascripts/d...