Logging into JUCE app with another client app

I would like to create an audio application that runs on a separate computer (server).
This application should be accessible from other client computers.

Is this possible with JUCE? Is JUCE well suited for this or should I be looking at other frameworks?

For controlling apps on remote computers, the OSC classes should work well, or even the InterProcessConnection works via network.
But I don’t know of audio streaming over network being available in JUCE.

There was a good talk on this subject at ADC last year.