Is it possible to send messages between users directly without a server in Chrome extensions (P2P)?
Or does it require a server (NodeJS, for example)?
Maybe use Google Cloud Messaging, I do not understand the logic and work (official example extension).