In this chapter, we learned how to create HTTP requests with Vue using the Axios library and json-server. This allows us to interact with third-party APIs and power up our Vue applications.
We also looked at how to create a larger application using WebSockets and Socket.io. This allows us to have real-time communication with other clients that are connected to our application, allowing for even more possibilities.
We've come a long way! In order to truly take advantage of Vue, we'll need to master the router and look at advanced state management concepts. That is all coming up in the next chapter(s)!