Any possibility to create a Node JS application same like this ? This application works fine, but in order to convert this app to native Node app some libraries (like got) are failed to implement since got uses type import module but require module won't support this .
this is just a sample project. should be fairly straight forward to use as reference to convert to NodeJS. You can replace got with another CommonJS http client.
Any possibility to create a Node JS application same like this ? This application works fine, but in order to convert this app to native Node app some libraries (like got) are failed to implement since got uses type import module but require module won't support this .