loft-sh / jspolicy

jsPolicy - Easier & Faster Kubernetes Policies using JavaScript or TypeScript

Home Page:https://www.jspolicy.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Epic: Move from v8go to node

FabianKramm opened this issue · comments

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?