Recast-detour on node.js/serverside

Recently I’ve noticed there’s a npm module with ported Recast-Detour lib that happen to be done by babylon.js team (good job!).

Can it be used for serverside pathfinding in node.js?
I’m writing simple game and it would be super cool to have recast-detour working on the serverside.

Unfortunately there’s no documentation how to use it, what’s there is on this forum and is related to clientside usage (which was intended).

Regards,
PS

I haven’t tried it but I imagine it could. You should be able to use it with a NullEngine on the server, see Server Side - Babylon.js Documentation