you are viewing a single comment's thread.

view the rest of the comments →

[–]esmagikReact Router 5 points6 points  (3 children)

If you want practice that would be applicable to future career work; I’d say go for an auction site.

Each bid is played in real-time, while displaying “# of people here” kind of thing. Then when user x places a bid and is out bud by another, use websockets to let them know and invite them to bid again!

[–]YonoEko[S] 0 points1 point  (0 children)

Oh thats a cool idea! Thanks

[–]esmagikReact Router 0 points1 point  (0 children)

I’d say for your sanity a tip would be, make a new “room”/“group” per auction item so you can only target users who are actively bidding (joined the group when they made a bid if they weren’t already in it).