Why (and How) We Wrote a WebAssembly CMS - Matt Butcher & Radu Matei, Fermyon Technologies

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ก.ย. 2024
  • Why (and How) We Wrote a WebAssembly CMS - Matt Butcher & Radu Matei, Fermyon Technologies
    Our website, Fermyon.com, is powered by a cloud-side CMS written specifically to be compiled to WebAssembly. Bartholomew (our CMS) is blazingly fast, SEO-optimized, and consumes minimal system resources. It is easier to use than the popular static site generators, and has all the benefits of a dynamic CMS. Best of all, it shows the promise of WebAssembly on the cloud side. In this talk, we share the design of this CMS and talk about how it's running. We'll talk about the limitations we encountered (and overcame) with WebAssembly, as well as our early performance and optimization work. Along the way, we will talk about why we chose HashiCorp Nomad as our clustering technology. And we'll introduce Wagi (WebAssembly Gateway Interface), the HTTP engine that powers our CMS.

ความคิดเห็น • 3

  • @florianfromm3265
    @florianfromm3265 2 ปีที่แล้ว +1

    Very nice talk!

  • @hong.truong
    @hong.truong 2 ปีที่แล้ว +1

    SPIN, amazing idea!

  • @user-tk4uk1js7n
    @user-tk4uk1js7n 10 หลายเดือนก่อน

    I still don't know why. I mean you can simply write your code in rust/go and run in docker or use serverless. What is the point of webassembly on server?