Hacker News new | ask | show | jobs
by defeated 5178 days ago
The live demo is here: http://colors.meteor.com/

Seems to have a minor glitch with unicode characters? When you do Colors.remove() everything goes away, but the entries with unicode all come back? Somewhat strange...

Interesting tech, but db access from the client scares me to no end, call me a curmudgeon I guess.

1 comments

Performance on that url also seems to be super slow right now with a lot of people hitting it. Curious to see how Meteor handles loads, it's really exciting stuff.
I think that someone might've gotten clever and done something like, while (true) { Colors.insert(...); }

On a related note, they took it down now.