Skip to content

13x54n/ming

Repository files navigation

ming

Ming is a distributed cloud platform for hosting computational services. This contains the nightly builds and the tech is bleeding edge.

Getting Started:

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

Server

Clustered tcp server with endure performance.

node server.js

Output: alt text

Client:

TCP Client and WS to connect with frontend applications. Bun is must faster for Client.

bun client.js || node client.js

Output: alt text

Frontend

cd frontend && bun run dev