You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate Bonadrone educational platform to node.js server client or to Chrome OS app.
The problem using node.js is that we must change the libraries referencing chrome like "chrome.storage"
The problem developing for ChromeOS is that we have to change all require("index.js") for <script type="text/javascript"> tag.
We must study the final solution in deep.
Expected behavior
Decide which one is better and migrate the Bonadrone platform to it.
The text was updated successfully, but these errors were encountered:
Feature / Bug description
Migrate Bonadrone educational platform to node.js server client or to Chrome OS app.
The problem using node.js is that we must change the libraries referencing chrome like "chrome.storage"
The problem developing for ChromeOS is that we have to change all require("index.js") for <script type="text/javascript"> tag.
We must study the final solution in deep.
Expected behavior
Decide which one is better and migrate the Bonadrone platform to it.
The text was updated successfully, but these errors were encountered: