M2M kernel
by (c) Cerulean Circle GmbH
Start any software by draging it onto any device. Just like on the bride of Star Terk Vessel Entrprise form TNG. And if you do not want to wait for that star time...clone ths Git repo once now.
once.ts ist the Typescript implementaion of the first ever machine to machine kernel, that runs in any browser and everywhere you can access JavaScript. it works on node, deno and even exists in some more native languages soon. ONCE means "Object Network Communication Engine" and enables distributed objects to communicate between any device with an internet access and even move freely from device to device.
npm init
npm i -D express serve-index express-static path
npm i -D typescript
npx tsc --init
npm install --save-dev tslint
npx tslint --init
// update tsconfig: "moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */
npm install -D ts-node nodemon npm-run-all
npx tsc -d Once.class.ts
https://developer.okta.com/blog/2018/11/15/node-express-typescript