Simple practice building a chat app with React, Node JS, and Socket IO with push notifications
https://blog.bitsrc.io/building-a-chat-browser-notifications-with-react-websockets-and-web-push-d85c86fff68f
#nodejs #react #socketio #websocket
https://blog.bitsrc.io/building-a-chat-browser-notifications-with-react-websockets-and-web-push-d85c86fff68f
#nodejs #react #socketio #websocket
Medium
Build a Chat App: Browser Notifications with React, Websockets, and Web Push
How to keep users engaged by sending them desktop notifications when they are not online and how you can read and save the messages in…
How to manipulate files with Node JS
https://www.freecodecamp.org/news/how-to-work-with-files-in-node-js/
---
Tips for using Playwright in Node JS
https://dev.to/appsignal/pitfalls-to-avoid-in-playwright-for-nodejs-3hpl
---
Using Websocket on Node JS
https://www.honeybadger.io/blog/websocket-node/
---
#nodejs #websocket #playwright #files
https://www.freecodecamp.org/news/how-to-work-with-files-in-node-js/
---
Tips for using Playwright in Node JS
https://dev.to/appsignal/pitfalls-to-avoid-in-playwright-for-nodejs-3hpl
---
Using Websocket on Node JS
https://www.honeybadger.io/blog/websocket-node/
---
#nodejs #websocket #playwright #files
freeCodeCamp.org
How to Work with Files in Node.js
By Oluwatise Okuwobi JavaScript is a popular programming language among web developers. But when it was first released, only front end developers enjoyed all of the fun it had to offer, since you couldn't run JavaScript outside the browser. But then ...