Can Babylonjs Serializers be used on Node.js server side?

Can Babylon.js Serializers be used on Node.js server side?

The reason I want to use this to offload the conversion work from .babylon format to e.g. .gltf from the browser.
I need the other formats for other client applcations that is not capable of using .babylonjs.

Can I use only serializers and on Node.js?
(And, although broad context, is there a list of other packages with same distinction, if possible?)

Yes absolutely :slight_smile:
A doc worth the read: Server Side - Babylon.js Documentation

Read it slightly before. Thanks a lot.