DEV Community

Cover image for How to build a real-time Auction System with Socket.io and React.js 🤯

How to build a real-time Auction System with Socket.io and React.js 🤯

Nevo David on August 01, 2022

What is this article about? Like an actual auction, if you bid for a product, you get counterbids from other bidders. The auction runs o...
Collapse
 
nevodavid profile image
Nevo David

Have you seen Novu community heroes project?
novu.co/contributors

Collapse
 
joelbonetr profile image
JoelBonetR 🥇 • Edited

I don't know if you can do something about that neither if it counts as contribution but novu.co needs a css rule:

a { 
  word-break: break-all;
}
Enter fullscreen mode Exit fullscreen mode

As the GitHub link on the original post breaks the responsive 😅😁

I find this notifications project very useful and I may take a look as soon as I come back from vacations. Is there any contributors "getting started" ruleset or whatever?

Thank you!

Edit: just saw the guide to become a contributor in the hero page linked :)

Collapse
 
nevodavid profile image
Nevo David

You can join our Discord in the meanwhile :D
discord.novu.co

Thread Thread
 
joelbonetr profile image
JoelBonetR 🥇

Expired invit. 😕

Thread Thread
 
nevodavid profile image
Nevo David

🤯
Try now

Thread Thread
 
joelbonetr profile image
JoelBonetR 🥇

Done! From the hero page's permanent invit (at the footer) btw, if you pick invitations manually it will generate a new link each time instead 😁

Collapse
 
nevodavid profile image
Nevo David

The second part is here!
dev.to/novu/how-to-build-a-real-ti...

Collapse
 
nevodavid profile image
Nevo David

I am looking to write some new websockets articles, what should I write about?

Collapse
 
yongchanghe profile image
Yongchang He

Thank you for sharing!

Collapse
 
nevodavid profile image
Nevo David

You are welcome!

Collapse
 
obaino82 profile image
Obaino82

Nice one💯

Collapse
 
nevodavid profile image
Nevo David

Thank you, Obaino82!
Have you used Websockets before?

Collapse
 
nevodavid profile image
Nevo David

Have you ever used websockets before?

Collapse
 
joelbonetr profile image
JoelBonetR 🥇

Yes, to build a real time chat app with rooms in Node JS and React. It was meant to be integrated on a current software and went well. Pretty easy and straightforward if I must 🙂

Collapse
 
nevodavid profile image
Nevo David

Where can I see it? :)

Thread Thread
 
joelbonetr profile image
JoelBonetR 🥇

It was a private repo for a client but there's no much secret around that, If you're interested into collabing we may code a new one and then write a post to wrap it up.

It could well be a "weekend project"

Collapse
 
mela profile image
Kutte

Thank you for sharing!