So you asked the people, how much have you done with the CDN slash dynamic edge service? And well, 43% have said, I've never used one. And then the biggest runner up is I use Jamstack. So my site can basically can be built statically and surfs from the edge. How do you feel about the results? Is this what you were expecting?
Yeah, pretty much. Although I am surprised that we've got 8% deploying full apps to the edge. That's great. I think a couple of years from now, that'll be that'll be higher and higher. But 8% already is awesome.
Yeah. That's fairly new. Before this talk, I had never heard of it even. So 8% then out of our audience, that's pretty amazing.
Yep. So hats off to you, I guess. So I would like to remind everyone, you can ask your questions in the Discord channel. And we're going to jump to the questions right now. And the first one is actually what I was curious about. When I was watching your talk. And yeah, I see this is a great open source solution that's now backed by a big company. But what's the business model behind it?
Yeah, well, it's, um, it started as basically to solve a problem for the company I was working on, Link, which was we needed a way for people to be able to deploy apps and for us to build previews of people's apps. And everything out there like Docker or anything else, or just a zip file full of, full of HTML and JavaScript, it didn't fit right. So, the static directory, you obviously can't do any server rendering. And I really wanted to see the future of server side rendering come about and Docker is. It's really heavy, I mean, you're thinking about just how big a Docker image is just for a few hundred K, a couple of Meg of HTML, CSS, and JavaScript, it's using a sledgehammer to crack a nut. And so, basically, it came out to solve that problem. How do we get customers on to Link in a way where we can build every commit and give them a URL to that commit forever, but not locking them into static? And so, from there it's grown to basically, you know, deploying it to anywhere, compiling to it from any framework. These are all just extensions of that first idea, and it's kind of grown from there.
Awesome. And then, is the team you now, or is it more people? Is there a team, or is it you?
It's mainly me, but we're getting more contributors all the time. I've been working with somebody recently to port Flare React to it, and part of the reason there is even though Flare React can already deploy to Cloudflare workers directly, that's what it's designed to do, it's basically Next.js designed for workers, being able to put it into a FAB means it's much easier to test locally, it's much easier to review, you can put it through Link, you can deploy it to other infrastructure and it makes that project much more portable.
Comments