jSH icon indicating copy to clipboard operation
jSH copied to clipboard

Possibly add abstraction layer for NodeJS compatibility

Open SuperIlu opened this issue 3 years ago • 2 comments

Identify useful functions and implement a compatibility layer for NodeJS.

This issue is split from #3

This issue would need help from a NodeJS user as I have no knowledge of the API...

SuperIlu avatar Apr 21 '21 18:04 SuperIlu

just have a look at its docs: https://nodejs.org/en/docs perhaps take a easy way: mapping to corresponding modules (of lower version?), like some system basics or I/O: global/general --> globals / os / console / readline fileio --> filesystem / path tcpip --> net Zip --> zlib

sinsinpub avatar Apr 22 '21 04:04 sinsinpub

I'll take a look, help would be much appreciated...

SuperIlu avatar Apr 22 '21 17:04 SuperIlu