jspolicy
jspolicy copied to clipboard
Epic: Move from v8go to node
Use Case
We want to move away from a direct v8 integration to a node based integration which has a couple of advantages:
- Use all node packages inside jsPolicy
- Use an event queue and allow async programming
- Get an extensive api for network, file etc access
Implementation
Create multiple node processes which we communicate through IPC to start small webhook scripts
Would this also help to move and support ARM based instance types like Graviton in AWS?