Nodejs/Nextjs trading with Futures

So I started building a Nextjs application to trade futures off of but I just noticed that the connector for the PUBLIC API uses Node/Next but… trading futures is in Java…??

It is my first time around the sun as a dev but please somebody tell me I can trade futures with next/node/javascript without having to use this Java SDK… A bit of a weird question but a simple one to answer. Thank you

The public API exposes consists of standard REST API and websocket interfaces. You may use any language to integrate with said interfaces or use our official connectors.

I found a public package that works well here → https://www.npmjs.com/package/ccxt

This public package is open source and works very well with binance: https://www.npmjs.com/package/binance

It’s strongly typed, so it’s even nicer if you use typescript.