Project

General

Profile

Port to webpack, node express, etc?

Added by Yom Ti Dom over 1 year ago

Hi guys, wondering if anyone made a port to a non-java environment for this project, like webpack dev server or node express, and would like to share this here?

Thank you! Yom


Replies (2)

RE: Port to webpack, node express, etc? - Added by Josip Almasi over 1 year ago

Hey Yom,

I know of one, but proprietary.

We have a related task here: https://redmine.vrspace.org/issues/142
I had partial success with webpack, see https://github.com/jalmasi/vrspace/blob/master/babylon/webpack.config.js
You should be able to create minified client libraries. You don't really need to build or even run vrspace server yourself, as you can download binary or even connect to vrspace.org directly. Explainer video here: https://www.youtube.com/watch?v=705BDz0wSlQ

However :)

What I did not figure out is how to webpack non-minified library. I'm not sure why it fails, looks that webpack support for ES6 classes was simply unstable.
Bottom line - we need help from someone who deals with node, webpack and other front-end development tools on daily basis. That also includes front-end unit tests :)

RE: Port to webpack, node express, etc? - Added by Yom Ti Dom over 1 year ago

I wish I could help here but too inexperienced in this field. Thanks for the info though. I got used to the java server already :)

    (1-2/2)