Using Babylon without Node.js

Hi there,
So I have a question you might find strange but it’s important for me to know this:

Can I run Babylon on a Web server like Jetty for example?

If yes, may you guide me through the steps to set up this server?

Thank you in advance!

Hi @Sammy

Babylonjs (client-side) will run from any webserver, the webservers job is simply to serve the javascript files to the client browser.

For setup, it is better you refer to the specific webserver forums/help/doc sections :slight_smile:

3 Likes

Thank you so much ! :slight_smile: