Q2. can JDBC be used with Kotlin Javascript?
Q3. are kotlin javascript libraries able to access the local file system?
k
konsoletyper
06/20/2017, 7:04 AM
mishaxz: 1) no, but you can try to use IndexedDB (you have to write typed headers) or any wrapper around it
konsoletyper
06/20/2017, 7:05 AM
2) of course not, since in JavaScript you can't access local filesystem. But if you are writing Firefox addon, all depends on what APIs exposed by Firefox
d
Dalinar
06/20/2017, 7:11 AM
ok thanks i have a better understanding now
n
napperley
06/25/2017, 12:35 AM
Can only use JDBC on the server-side via the JVM using Kotlin for example. Can use Fetch API or AJAX to have the client communicate with the server and vice versa.