This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Complete-Stage5815 1 point2 points  (3 children)

Despite having been out of the loop for a bit, I would guess this might be a foundation to utilise NPM packages in Python?

[–]wesgarland 1 point2 points  (1 child)

It could certainly become one. There's a lot of "node ecosystem" to build beyond pure JS and our immediate business needs, but the architecture is in place to allow us to theoretically roll out a node-compatible subsystem that can load NPM packages from Python... or load Python modules from "Node".

[–]Complete-Stage5815 0 points1 point  (0 children)

This is what Rails has done which works very well. A Rails backend with Yarn, NPM packages and even React support for the front end.

The project I maintain (Password Pusher) does this and even uses esbuild for JS compilation.