WebAssembly (Wasm) is a dark horse technology that could disrupt the way we build web applications. It is hard to follow its subtle and elegant solutions to a complex problem many of us do not understand. You can get up to speed on how it fits into the web ecosystem without ingesting years of its backstory.
The Nuxt community has come up with a lot of handy modules for common features that we always have to implement in a web application. So, here are 20 of my favorite Nuxt modules you should know about if you want to increase your productivity.
In this tutorial we have built a real-time paint application to demonstrate how to work with real-time data from various clients (browsers) using socket.io. We utilize jQuery on the client side to enhance our DOM manipulation.