micro / services

Real World Micro Services
Apache License 2.0
1.25k stars 136 forks source link

Console API #398

Open asim opened 2 years ago

asim commented 2 years ago

Create a console API which allows you to execute arbitrary code in a container.

BasToTheMax commented 1 year ago

What if someone wants to execute nodejs code? 🤔 Will that also be available?

asim commented 1 year ago

Maybe, not sure how simple it is, might need a v8 engine or similar. I think could be possible using headless chrome. But packages are the hard part. I think being able to do pure JS to start is useful.

BasToTheMax commented 1 year ago

👍