After reading through this interesting article, I grasp the concept of the differences. However, I still find myself pondering the question. Is it feasible or advisable to utilize it within the same App/Website? For example, I intend to have AngularJs fetch content and update my page while connecting to a REST API, alongside incorporating a real-time chat feature or triggering events on other clients upon receiving messages.
Does Angular have the capability to support such functionalities? Or would it be necessary to implement something like Socket.io to handle event triggers? Is it logical to use both in conjunction? I would greatly appreciate any assistance or suggestions for further reading material on the topic if there are valid reasons for using both technologies together.
I hope my question is clearly articulated. Thank you in advance for any guidance.