Aru-Ku / hacktoberfest-issues

[WIP] Find the latest open issues for Hacktoberfest 2022
https://hack-o-fest.vercel.app
MIT License
12 stars 8 forks source link

[FEATURE REQUEST] - Websocket i.e. live updates #5

Open princefishthrower opened 2 years ago

princefishthrower commented 2 years ago

Description of feature request, idea

@Aru-Ku - Very cool project. I'm using it myself for this Hacktoberfest :) What do you think about adding a live subscription (via a WebSocket) to get updates on the page in real-time? Let me know what you think, if you like it, assign me and I'll take it!

Add (multiple) screenshot links (if applicable)

No response

Add any other context about the feature request here

No response

Aru-Ku commented 2 years ago

Hi @princefishthrower It's a pretty good idea. But currently rather than going that deep. I'm exploring on push notification service, so that periodically a notification can be sent out. Would you like to help me on this ? 😀

harshmangalam commented 2 years ago

You can utilize webhook features of github

princefishthrower commented 2 years ago

@Aru-Ku - sure, sounds also good! I have a little bit of experience with the web notification API: https://developer.mozilla.org/en-US/docs/Web/API/notification

Just let me know, happy to contribute.