I got a question.What does apple mean there no hosting fees anyhow can i do some networking in my app with out something like google cloud platform?
I like Parse's model. If you're a good, efficient developer and you keep your requests per second level low you can have a pretty high number of simultaneous users before you enter the paid territory. Unfortunately some apps just innately require a lot of requests so it's not entirely fair, but it's not realistic for Parse to set a special price for every developer for every situation. Overall though, I greatly prefer setting up my own Node.js server to serve my apps so I don't have to worry about such things.I thought Parse was free up to a point.
https://parse.com/plans
Edit: Ok, maybe it's not free, did something change? Didn't Parse used to be free?
I'm getting fiber optics 100mb in a few days, do you think that would support a home brew server? I'm working on an app and want to keep the costs down. Is there some site that can give some insight into what it takes to set a home brew server up?I like Parse's model. If you're a good, efficient developer and you keep your requests per second level low you can have a pretty high number of simultaneous users before you enter the paid territory. Unfortunately some apps just innately require a lot of requests so it's not entirely fair, but it's not realistic for Parse to set a special price for every developer for every situation. Overall though, I greatly prefer setting up my own Node.js server to serve my apps so I don't have to worry about such things.
I'm getting fiber optics 100mb in a few days, do you think that would support a home brew server? I'm working on an app and want to keep the costs down. Is there some site that can give some insight into what it takes to set a home brew server up?
Better check your agreement with your ISP, Art. Most don't allow you to use their service to host your own servers. So, even though you're able to get away with it, technically, you're probably violating your agreement.
Basic work around for home servers on a non commercial plan (I am assuming you are a house/residential plan) is find a dynamic dns server pprovider you like. This gets you the internet access that doesn't break when an ISP changes your global IP (this tends to be pseudo static, one ISP I had the same for well over a year...but this a just incase it does change).
I rent a cheap (less than $6/mo) VPS from a cloud provider. It was cheaper than upgrading my home broadband to the next level. The VPS provider is also reported to have better uptime reliability than the local cable company, and I don't have to punch a hole in my home firewall for hackers to poke at.
Be careful with exposing a home server if you are not a security consultant/expert. I periodically back up the public cloud server to one of my firewalled home servers. Then when (not if, these days) my public VPS server gets hacked, I can just wipe it and restore it from the home server. One of my home servers is on a Raspberry Pi, so it uses almost no electricity and takes no space.