Node that facilitates Server-Client relations in order to recieve prompts from external clients. After reviewing ComfyUI-RequestNodes and realizing there was no way to actually receive a post request from a client, felt like I needed to do one myself.
This node creates it's own server and binds it to 0.0.0.0:8082. This is not a secure deployment so use it wisely. It is functional for the purposes of my installation.
Just download the python script and copy it to ComfyUI/CustomNodes/
Node must trigger ON_CHANGE status when new post is received.
Still in dev though.