Is it technically possible to create a WebRTC connection for transferring JSON between two WebRTC endpoints spawned in the same script on the same page in the same browser?
For example, could I code an HTML5 offline app to communicate between different parts of the app over "local" WebRTC?
This is not a question about whether this is a good idea or whether I should be doing something a different way! Just "is this technically possible?"