Replies: 2 comments 2 replies
-
We should probably also switch over to a NodeJS-based app--if only for faster and easier-to-understand file operations. I, however, hate Node with a passion, and so if we can cook up our own server in Python or C that would be amazing. (I'd prefer C, but I know you'd prefer Python @Ian-16777216) |
Beta Was this translation helpful? Give feedback.
-
Upon further consideration, Webpack is heavily NodeJS-based. This makes it completely infeasible for Selenium--I refuse to integrate this project with Node. However, there are alternatives like Vite which I haven't yet looked far into. They may prove useful. |
Beta Was this translation helpful? Give feedback.
-
Loading the tens of Javascript files we have in the engine can quickly become slow. To offset this, we could look into doing something like Webpack, which will bundle our binaries together into a proper "executable" and de-bundle at runtime. Thoughts? This would be a hell of a process, but it would serve us well in both the long term and the short term.
Beta Was this translation helpful? Give feedback.
All reactions