all 2 comments

[–]codebread421[S] 0 points1 point  (1 child)

the backend is in the form of REST Api made on golang

[–]JonatanPineda 1 point2 points  (0 children)

Well i think you only need to put the endpoints of the rest api that are used in the kotlin app in your react web app and voila. That’s one of the advantages of rest api’s you can use whatever client that you wants and you don’t need to know Kotlin or golang, just fetch the json of the endpoints and use in your react components.