socketio / socket.io

Realtime application framework (Node.JS server)
https://socket.io
MIT License
61.07k stars 10.11k forks source link

Add an example of applying private messages in React #4580

Open Yedidya10 opened 1 year ago

Yedidya10 commented 1 year ago

Examples Page On the examples page, there is an example of applying private messages in a Vue workspace.

The request As a React user, I think it would be helpfull if there was also an example in a React workspace.

darrachequesne commented 1 year ago

@Yedidya10 that's a great idea :+1:

haneenmahd commented 1 year ago

@darrachequesne, I am willing to open a PR for this!

itsaalexk commented 1 year ago

Is this still on ? Or somebody just solved the issue? If not , can you assign me to fix this?

haneenmahd commented 1 year ago

Yes, it is still on.

I'm working on it. 👍🏻

On Mon, Jan 16, 2023, 1:29 AM Alex @.***> wrote:

Is this still on ? Or somebody just solved the issue? If not , can you assign me to fix this?

— Reply to this email directly, view it on GitHub https://github.com/socketio/socket.io/issues/4580#issuecomment-1383237653, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARGAN6QXHTOJKLSMOXE4JYTWSRJKVANCNFSM6AAAAAATQE2CB4 . You are receiving this because you commented.Message ID: <socketio/socket. @.***>

misbahkhalilaz commented 1 year ago

Hi everyone,

Here is a Typescript-based example app I developed in my free time. This might help someone to get a quick idea.

Frontend Backend

haneenmahd commented 1 year ago

Will you be able to put forward the example to the PR?

misbahkhalilaz commented 1 year ago

Will you be able to put forward the example to the PR?

Sure, I'll open PR soon.