Next.js Discord

Discord Forum

so how do i make a simple connection between 2 clients like a messaging ,i know we can websockets

Unanswered
Cynipid gall wasp posted this in #help-forum
Open in Discord
Cynipid gall waspOP
but how

2 Replies

create a server (serverful env), connect client 1 to it. Connect client 2 to it. Send message 1 to server. Server send message 1 to client 2. ✨ websockets ✨
@Cynipid gall wasp helped?