Search code examples
node.jsapachecesiumjs

Can Cesium map run on Apache HTTP server instead of node.js environment?


I have an Apache HTTP server that handles all my requests for a Ruby on Rails project. We are thinking of adding a Cesium map component. I am wondering if I can run Cesium on the Apache HTTP server instead of setting up a node.js environment?


Solution

  • Yes, Cesium is completely client-side and can be served by any HTML server.