is there a possibility to only use the frontend part of meteor and serve the files via a static vanish server?
I want to build a web app which uses an existing PHP REST API, but I lice the reactivity and the tempting of meteor, which I can get with the Session variable.
If there is a simple way to separate the frontend parts from the back so that I can easily serve them, would be awesome. Especially the web socket is not needed. Because there will be no after connection to the deliver server.