I want to build a mock server project.
This idea is inspired by Mockoon (https://github.com/mockoon/mockoon)
You can start a local mock server by clicking a play button.
But it is made with Electron.
So I wonder whether it can be started by a web browser.
The mock server should be launched locally and configured by the input in the web.
Is it possible to make this? If it is, please give me some directions, thanks!