Is there a way for nodejs or java to make calls to a canister?

Hello everyone! I am curious to know if is there a way for a centralized application with the back-end written with nodejs or java to make calls to a canister. Is it possible?

Thank you.

1 Like

Have you looked at the Dfinity Agent lib? Its technically for the frontend, but I wonder if you could still us it on the BE.

For Java, check this out

I know its Kotlin, but its interoperable!

1 Like

I was wondering about using the @dfinity/agent with a node backend as well. would be great to have some documentation around it.

3 Likes