Wednesday 6 June 2018

node.js - Using a node js database with kotlin

I have a node js app that contains a mongoose databse, is there a way I can link it to my android kotlin app? Is there an alternative for axios in Kotlin so that I make http requests to node and get data to the kotlin app?

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...