Serverless and Cloudless web framework
Does anyone knows or can suggest some JavaScript framework that implements peer to peer communication and can leave without (or almost without) centralized server?
I’m looking for technology to build web application which can service dramatically changing amount of users from 0 to 200-500 thousands having the single server just as start point for the first batch of users.
Next server delegates some server functionality to each of user app and redirects all traffic to them.
Does anyone knows something similar?