문제

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?

도움이 되었습니까?

해결책

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

다른 팁

I have it running in JBoss. All I did was take the contents of the ZIP file and dropped them into the deploy area of JBoss under a Cesium.war directory.

Works like a champ...

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top