Ming is a distributed cloud platform for hosting computational services. This contains the nightly builds and the tech is bleeding edge.
I personally use Node.js on top of Bun.js for development though native components from Bun.js is not yet utilized so should work on Node.js too.
bun install
Clustered tcp server with endure performance.
node server.js
TCP Client and WS to connect with frontend applications. Bun is must faster for Client.
bun client.js || node client.js
cd frontend && bun run dev