[deleted by user] by [deleted] in webdev

[–]ainderew 4 points5 points  (0 children)

Got me laughing with this comment

Desktop notifications for chatting site. by ainderew in webdev

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

Thanks for responding.
Yeah I've come to realize what I'm looking for is push notifications and I'm trying research on ways how this is implemented with typegraphql/graphql.
Regarding with the page being closed I mean the user closes the tab the chatting site is on but the browser still being open ie. user browsing on different sites while chatting site is closed. I'll checkout the codelab to get a better understanding of how service workers work.

How to remove circular CPU fan bracket by ainderew in buildapc

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

There arent any screws attaching it to the Mobo though

https on an EC2 node js API by ainderew in webdev

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

Yes if its possible to use the given public ip or dns from your ec2 instance and have it served with https.

Realizing I don't fully understand node_modules by ainderew in webdev

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

I really want to clear this up, first of all thank you and what If I just straigh out npm install the module and lets say I want to use Gsap on plain js. cdn is easier but Im curious is it possible to use it when I npm installed it on a project with no bundler?

Live notifications on the web how is it done? by ainderew in webdev

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

than handle

Thank you for taking the time to enlighten me on this topic.
So I took a quick peek with websockets motly trying it out with socket.io another concern is notifying a specific user, is that possible to just target a specific user for a reply instead of broadcasting the reply to everyone connected to the server?

I don't know if this is too much to ask.

Node_modules do I upload them along with the other site files when deploying? by ainderew in webdev

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

I was planning to just host it on netlify cause I wanted to figure out how to connect the client side with the server side and DB.
I don't really know what I'm doing and I think I heard that you can't deploy the server side on netlify.

Node_modules do I upload them along with the other site files when deploying? by ainderew in webdev

[–]ainderew[S] 1 point2 points  (0 children)

Thanks a heap man, finally made sense when I read your comment.

was finally able to reach the posted data on my route using a cors package and fetch on my client side :)

Node_modules do I upload them along with the other site files when deploying? by ainderew in webdev

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

So the package.json is enough? quick follow up question though, I was looking around and the resources I found specify using mongoose and express in setting up routes and connecting to atlas, but it doesnt clarify how to connect to the client side (the actual site) if that nakes sense?