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 wasp
OP
2024-06-08T16:21:17.352Z
but how
2 Replies
B33fb0n3
2024-06-08T16:25:41.113Z
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 ✨
B33fb0n3
2024-06-10T06:57:02.941Z
@Cynipid gall wasp
helped?