
Stefan R. answered 03/10/20
Senior Web Developer with the urge to spread knowledge
I hope I understand your question correctly, but I think you are asking for existing technologies which can be utilized to built a web-app at first and later in native mobile apps?
If so, there are two approaches:
Everything from scratch
Familiarize yourself with protocols like webSocket and webRTC, push notifications and probably PWA & TWA architecture. You will find some libraries like jsSIP that can help you develop. Server-structure and scalability will be a complex topic for such applications.
Use specialized services
There are services like Twilio or Signal you can utilize for your app. They have pretty solid SDKs you can easily integrate into web applications as well as native mobile apps.
The project itself:
It sounds like your project is quite interesting and I would like to hear more about it, should you want to share.
Kulwinder S.
Thank you for your reply. Yes, have plan to build it from scratch. I mean here with the backend and frontend platform to use, that is best suited for development. Yes, twillio is good service for calling purpose, I am good with Laravel and vuejs and somewhat flutter but need to know best option for the application.03/11/20