ferdiafagan
06/21/2023, 4:11 PMAndrew O'Hara
06/21/2023, 4:13 PMSunHttp
server built into the java runtime. Might be worth looking into!
https://www.http4k.org/blog/nanoservices/My first solution (for mvp) was just a while loop that listens for messages on ports, and then I deserialized with code I wrote, etc.Believe it or not, but I have actually seen this in production code. You may not mind the missing features of this approach, but the effort required to get and write the content you need and ensure it's robust might not be worth it.
dave
06/21/2023, 4:24 PMferdiafagan
06/21/2023, 4:40 PMchristophsturm
06/22/2023, 7:26 AMferdiafagan
06/26/2023, 2:00 PMchristophsturm
06/27/2023, 8:36 AMferdiafagan
06/27/2023, 8:03 PM