Netlify raises $30M to replace webservers with Application Delivery Network
31–40 of 187 posts
Re: Netlify raises $30M to replace webservers with Application Delivery Network
#32Ok, I'm a web dev and I hate having to deal with web servers, configs, CI, etc. The idea sounds great, but I can't understand how this works from this post. Can someone explain how this works exactly? Are they basically offering a way to prebuild apps to static assets and host them on CDNs? How do server-side only things will happen then?
If you're a ruby guy, you can do Jekyll and Middleman for example.
So my toolchain (using middleman) for my company website is:
1. Make change locally
2. Push to Bitbucket
3. Netlify notices the change to the master branch
4. Netlify pulls it to it's container, builds it
5. Newly built files are put in a CDN and HTTPS...all for free
One of my favorite services right now.
EDIT: To give more context this is what I did before:
1. Did the build using middleman to create static assets
2. Uploaded those static assets via FTP to AWS S3
Re: Netlify raises $30M to replace webservers with Application Delivery Network
#33Re: Netlify raises $30M to replace webservers with Application Delivery Network
#34I wonder if Cloudflare has plans to compete in this space. If they added it to the $20/month plan, it might push more conversion from the free plan.
Re: Netlify raises $30M to replace webservers with Application Delivery Network
#35This may be a naive question, but how many websites are actually static these days?
Re: Netlify raises $30M to replace webservers with Application Delivery Network
#36This may be a naive question, but how many websites are actually static these days?
Re: Netlify raises $30M to replace webservers with Application Delivery Network
#37I especially like how they provide forms, lambdas and very easy testing by just pushing to another git branch. I don't see why anyone would use Github/Gitlab pages when Netlify exists.
Re: Netlify raises $30M to replace webservers with Application Delivery Network
#38I wonder if Cloudflare has plans to compete in this space. If they added it to the $20/month plan, it might push more conversion from the free plan.
I asked them once, and they seemed pretty adamant about not hosting content. Then again, with the IPFS gateway they just added, you can pretty easily do that.
Basically, it feels like they would need to make a nice UI and perhaps some connectors for github, etc.
Re: Netlify raises $30M to replace webservers with Application Delivery Network
#39This may be a naive question, but how many websites are actually static these days?