pmarcinkiew / iotjs

Platform for Internet of Things with JavaScript http://www.iotjs.net
Other
0 stars 1 forks source link

Add remote source sending feature to IoT.js (#1224) #111

Closed pmarcinkiew closed 6 years ago

pmarcinkiew commented 6 years ago

This patch makes it possible to send over client source to IoT.js through the debugger clients. Note: ..* Currently only one source file is handled. In the future, there will be a follow-up patch, allowing the use of multiple source files through require. This requires them to be ordered properly, since importing a module which has not been compiled yet can cause complications.

IoT.js-DCO-1.0-Signed-off-by: Daniel Balla dballa@inf.u-szeged.hu