Updated Babylon server info?

I’m trying to get some server-side renderings happening but I can’t seem to find any updated/working examples. All other mentions of server-side point to this GitHub - TrevorDev/babylonServer but that’s 3 years old and stalls (the whole server) when I run it. Is there another updated example somewhere?

I spoke to the guy that wrote that code and he told me you need a more powerful server. What I actually did was used webpack to build on WSL on my Windows computer then copied over the built files to my t2.micro server then I can run npm start fine on there. Its only webpack that needs a powerful server.

1 Like