Kodi Community Forum
ADD ON Web interface using Node.js - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+---- Forum: Requests (https://forum.kodi.tv/forumdisplay.php?fid=251)
+---- Thread: ADD ON Web interface using Node.js (/showthread.php?tid=349383)



ADD ON Web interface using Node.js - omerGrandinote - 2019-11-20

Hello everybody,
iI'm developing a web interface for Kodi like YARC but I wanted to use Node.js
I wanted to ask you if I can also use Node.js in the development of an ADD ON


RE: ADD ON Web interface using Node.js - omerGrandinote - 2020-01-22

(2019-11-20, 00:02)omerGrandinote Wrote: Hello everybody,
iI'm developing a web interface for Kodi like YARC but I wanted to use Node.js
I wanted to ask you if I can also use Node.js in the development of an ADD ON
Any suggestions? Can I use NODE.JS to write a Kodi Web interface ADD ON? Of course I know that NODE must already be present on the machine.
But would KODI's framework for web interfaces get it started correctly?


RE: ADD ON Web interface using Node.js - Roman_V_M - 2020-01-22

(2019-11-20, 00:02)omerGrandinote Wrote: I wanted to ask you if I can also use Node.js in the development of an ADD ON

No, you cannot. Python is the only scripting language that is supported natively.