getnamo / SocketIOClient-Unreal

Socket.IO client plugin for the Unreal Engine.
Other
899 stars 240 forks source link

Can we make one to one chat for clients using this plugin? #433

Open SocketmaiRocket opened 4 months ago

getnamo commented 4 months ago

This plugin uses server-client architecture. P2P without a server won't work. You can however make private chat between client as long as the server handles routing.