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
Use Case
We want to move away from a direct v8 integration to a node based integration which has a couple of advantages:
Implementation
Create multiple node processes which we communicate through IPC to start small webhook scripts