Skip to content
This repository was archived by the owner on Jan 7, 2022. It is now read-only.

phibar/once.ts-research

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

once

M2M kernel

by (c) Cerulean Circle GmbH

Why would you need ONCE

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.

What is ONCE

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.

INTERNAL: Initial Setup done with:

initial setup

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. */
   
 

setup debugging & watch

npm install -D ts-node nodemon  npm-run-all

Definition file generate e.g.

npx tsc -d Once.class.ts

Useful links

https://developer.okta.com/blog/2018/11/15/node-express-typescript

About

M2M kernel

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 98.0%
  • HTML 2.0%