Server-Side WASM: Today and Tomorrow

preview_player
Показать описание
QCon London International Software Development Conference returns on April 8-10, 2024. Level-up on 15 major software and leadership topics including; The Tech of FinTech, What's Next in GenAI and Large Language Models (LLMs), Performance Engineering, Architecture for the Age of AI, Innovations in Data Engineering and more.

Learn the emerging trends. Explore the use cases. Implement the best practices.

----------------------------------------------------------------------------------------------------------------

Connor Hicks explores WASM today, and the capabilities that it will have tomorrow, using the Suborbital Development Platform to illustrate how WASM modules can be used to compose server APIs.

#WASM #JavaScript #DynamicLanguages
Рекомендации по теме
Комментарии
Автор

Thank you for explanation in simple way

MikhailAdutskevich
Автор

It’d be really great to see some examples when you are comparing the wasm frameworks

amlanch
Автор

Great talk. These cloud providers are too complicated these days. Kubernetes is a big big win for re-use and being able to move cluster to different provider, but so many of us often don't need a cluster for smaller to mid-size apps. One thing I hope to see is a "very simplified" deployment model for the 90+ % case (small app that doesn't need kubernetes). Just upload wasm in a field that's associated with a domain, and hot restart the app. With all the cloud data services, often times we don't need a group of servers especially with how good these server side async libraries are (can handle a lot of requests).
Just want PAAS feel for rust app basically:
1) a server we don't have to worry about taking care of, and know nothing about,
2) upload deployable (be it wasm or exe) and press done.
I hope the cloud providers actually get it to this point, rather than a big rigmarole like Docker and Kubernetes is. They're both great, for the right project.

jeffg
Автор

Note to InfoQ - All published videos should at a minimum resolution of 1080p. We are in the year 2021 where the 1080p resolution is very widely supported on laptops and desktops.

pixelPlex