How to bind java spring with babylon.js?

Hello to everyone!
today i saw babylon.js in the internet. I heard good things about the framework, now i’m trying to bind backend framework(Spring) with this framework. Is there any tutorial about that?

Welcome to the forum !!!

What are you trying to bind exactly ???

I want to bind backend(java) with frontend(js), more precisely Spring with Babylon. i’m not familiar exactly with these things. Basic when i write front-end or back-end it is on one language, now in this case the things are a little bit differents.

But Babylon is executing fully on the client, you can not simply bind every calls, you probably only need to bind some of the states and you could potentially use socket.io or signalr or other kind of js “real time” communication tech to achieve it.