udc-js

September 25, 2023 ยท View on GitHub

Question: Can Universal Data Client plugins in JavaScript also work in Java and Python?

  1. The Benchling Packager uses a very simple Client and Entity class
  2. So does the original Python UDC, though more complex.
  3. Rewrite those minimal classes in (ECMAScript 5) JavaScript
  4. Call (and test!) them from node (directly)
  5. Call (and test!) them from Python using js2py
  6. Call (and test!) them from Java using Rhino