Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possibly add abstraction layer for NodeJS compatibility #8

Open
SuperIlu opened this issue Apr 21, 2021 · 2 comments
Open

Possibly add abstraction layer for NodeJS compatibility #8

SuperIlu opened this issue Apr 21, 2021 · 2 comments

Comments

@SuperIlu
Copy link
Owner

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

@sinsinpub
Copy link

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

@SuperIlu
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants