PayPal releases Kraken, Node.js framework
krakenjs.com
PayPal releases Kraken, Node.js framework
1–10 of 30 posts
Re: PayPal releases Kraken, Node.js framework
#2Why this is relevant: kraken is a bitcoin trading platform. Paypal is a competitor to bitcoin.
Re: PayPal releases Kraken, Node.js framework
#3Huh: https://www.kraken.com/ Why this is relevant: kraken is a bitcoin trading platform. Paypal is a competitor to bitcoin.
Re: PayPal releases Kraken, Node.js framework
#4Huh: https://www.kraken.com/ Why this is relevant: kraken is a bitcoin trading platform. Paypal is a competitor to bitcoin.
Huh: https://kraken.io/
Re: PayPal releases Kraken, Node.js framework
#5Re: PayPal releases Kraken, Node.js framework
#6Don't like:
dust.js templates instead of handlebars
self = this all over the place
native use of forEach and Object.keys instead of underscore or lowdash
====
I like:
that you can change the template system
grouping routes, I always add this myself, makes it more django like
security stuff like csrf
dev and prod environment awareness
directory layout is cool
apache license
uses grunt
they use Object.create!
one var statement per function
krakens
====
Overall pretty awesome.
p. s. I have no idea how to format text here.
Re: PayPal releases Kraken, Node.js framework
#7Maybe I'm a minority, but I can't really trust anything from a company with a login screen that says "logging you in securely" for 5000ms before loading me (sometimes) to my dashboard.
Re: PayPal releases Kraken, Node.js framework
#8Re: PayPal releases Kraken, Node.js framework
#9==== Don't like: dust.js templates instead of handlebars self = this all over the place native use of forEach and Object.keys instead of underscore or lowdash ==== I like: that you can change the template system grouping routes, I always add this myself, makes it more django like security stuff like csrf dev and prod environment awareness directory layout is cool apache license uses grunt they use Object.create! one…