Like this article?
Follow me on X:
https://x.com/nevodavid
What is this article about?
We have all encountered chat over the web, tha...
For further actions, you may consider blocking this person and/or reporting abuse
Love it! 😁
Thank you Joel! ❤️
How are you this fine Monday? :)
Just finished an implementation and waiting for the pipeline to finish. Hopefully I'll be out of the computer in few minutes 😆
Hopefully you won't get any errors, that can be all night 💤
I can confirm it works! 😂
Now I can go buy some groceries to survive one day more.
For today I only need to move a sideproject from a VPS to another, change the CI config, test it and hopefully, I'll be free for dinner. 😅
The next article I am going to write about how to make the dev.to bell icon! What do you think?
Ohhhh yeah! :)
🚀
Nice work! This series is going to be really exciting 🤩
I am excited too! What should I write about next?
thanks for this great article, I really learned alot
Please can you write on how to build a no code tool project??
basically starting from creating the widget, it can be anything
after this, we push the package to npm to be used by any frontend framework, react,vue e.t.c
I would be glad if you consider my request. Thanks once again
Thanks. But I have some questions.
Thanks
Hi Toan1606, Thank you for asking.
There are many ways to write it with different libraries and different languages, but the main goal is to stick to the browser limitation. If you want two way communication between the browser and the server you have to use websockets. You can find more information about it on the first article.
Unfortunately, you can't use Java for the frontend. You can change React to any other frontend or just a vanilla js. You can definetly replace Java with node.js for the websockets. I am not a big Java expert but a quick google brought this:
github.com/TooTallNate/Java-WebSocket
Thanks. I will learn React and using my next project.
New article!!
I implemented the Dev Community Notification Center with React, Novu and Websockets 🔥
dev.to/novu/i-implemented-the-dev-...
Thank you Steven!
How are you? :)
Nice one
Thank you Obaino82, Have you used browser notifications before?
This is awesome!
You are awesome!
How are you!!??
It is great. I'm interested that, are there any sounds for this notifications?
Hi Rabbi! Thank you for asking, I think there is sound by default and you can make it silent if you want.
Feel free to look at all the properties here:
developer.mozilla.org/en-US/docs/W...
Have you ever used browser notifications before?
Hi,
I'm looking for a similar kind of solution like, whenever user is offline they might receive messages.
I need to send those messages as email notification.
Can you help us like how can we achieve this?
Chat Application platforms I'm using - AND, IOS & Web - React
test2
test3
where's completed app source code & deployed version 🥺
It's amazing
this is so helpful, thanks!!
Wonderful article @nevodavid
Just wondering if notification component can be used in a SharePoint app developed using SharePoint framework.
Hi @hasannaqvi83 do you refer to Novu or the Article? :)
Great!
How about the performance if 10,000 people are online at the same time.
Hi @fernandocavill,
It can hold even more, it all depends on the Devops.
If you are referring to one server, and concurrency of 10,000 people, it will probably not hold 😆
if it is real, where will the message be saved on the web browser