Live data from Hacker News

Helios

helios.io

51–60 of 69 posts

Re: Helios

#53
post #39

This is really great. A massive limitation of Parse.com is with their Javascript SDK - you have to expose your app keys to the client and the SDK doesn't work at all on any version of IE unless you have SSL enabled.

1) There are Access Control Lists which should help with that. Also, note that Parse gives you a Javascript key which is separate from your master key. Though I'm a longtime Parse user, I have not spent much time with the JS SDK on the client (as opposed to Cloud Code, where no keys are exposed), so I can't really say that this just "solves the problem."

2) Wouldn't any similarly-situated Javascript library face the same problems, with Access Control Lists probably being the most practical solution?

3) Moreover, with any mobile backend, you must assume that the keys that ship within the code of your native app will be public. So you should be using Access Control Lists if you're using the iOS SDK, for example.

Re: Helios

#54
Does this specifically cater to iOS or can it act as a more general-purpose backend service like Parse.com?

Re: Helios

#55
I've been debating using something like Parse or Azure as a backend, and this looks like a nice alternative as I'm usually a roll-your-own-solution kinda guy.

But I worry about how it would hold up in terms of performance, given this recent benchmarking fest featured on HN. http://www.techempower.com/blog/2013/03/28/framework-benchma...

Re: Helios

#57

Off topic: The ultra light custom fonts a lot of websites use nowadays (looks like "Bariol" on this site), do they look bad to anyone other than me? Both in Firefox and Opera (Linux) many of the lines are invisible or barely visible (example: http://i.imgur.com/Yk0Q83G.png ). In Chrome they look a little bit better.

Looks like your browser isn't properly doing sub-pixel anti-aliasing.

Re: Helios

#60
post #55

I've been debating using something like Parse or Azure as a backend, and this looks like a nice alternative as I'm usually a roll-your-own-solution kinda guy. But I worry about how it would hold up in terms of performance, given this recent benchmarking fest featured on HN. http://www.techempower.com/blog/2013/03/28/framework-benchma...

It depends on the number of transactions you are likely to see on your system. I love ruby, but there are areas where it begins to fall down.
Post reply on HN