Network emulation so you can run servers virtually in daedalOS #476
Jayx239
started this conversation in
Feature Requests
Replies: 1 comment
-
Thanks for the suggestion! It is indeed something I have considered and hopefully one day I will get into that. I think I could use something like Mock Service Worker to make it happen, or at least Service Workers in general which allow me to handle all requests to internal/external sources. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Not sure if this is already supported or not. But I thought it would be cool to be able to spin up a virtual server in daedalOS such that you would be able to develop and run servers in the virtual environment, and make calls to "virtual" localhost in the daedalOS instance. I'm currently diving into the code to get an idea of how everything is done, and it's super impressive. Would really enjoy working on this feature in my free time if this is something you'd think would be a good addition.
Beta Was this translation helpful? Give feedback.
All reactions