require-external-bytecode
v1.0.0
Published
This module will add functionality of requiring external .jsc module into your Node application
Downloads
1
Readme
Require External Bytecode in NodeJS
What is this?
Have you ever been in need to require an external .jsc module and use it in your application? Probably not, but this module will help you do that if you ever need to!
Any issues?
The only issue is that result of requiring is a promise so you'd have to await it.