You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It was a dumb idea to integrate the web server directly. The web server functionality should be separated and the IPC can be done by simple REST calls. Heading over local topology information via REST. Whatever.
To remove the web server code on the other hand is not adequate. There are some nice visualization objects implemented. The best idea is to clone the repository into a temporary router-webserver where the core webserving functionality is executable. In a second step the webserver code should be removed from the DMPRD.
The text was updated successfully, but these errors were encountered:
It was a dumb idea to integrate the web server directly. The web server functionality should be separated and the IPC can be done by simple REST calls. Heading over local topology information via REST. Whatever.
To remove the web server code on the other hand is not adequate. There are some nice visualization objects implemented. The best idea is to clone the repository into a temporary router-webserver where the core webserving functionality is executable. In a second step the webserver code should be removed from the DMPRD.
The text was updated successfully, but these errors were encountered: