[nodejs] Adding and Deleting items with node and postgreSQL

2020-04-01 Thread Becca S
I'm working on a project for a course and am having trouble figuring out how to let the user add or delete folders or notes from my app. Here is my code and the user side app. The client side is: https://noteful2.now.sh/ The client side code is: https://github.com/beccasiegal/noteful-client.git Th

[nodejs] dgram: remote UDP server doesn't receive data

2020-04-01 Thread Alexey Kushnaryov
I'm sending data to remote server, but packages are not reach the destination. Wireshark shows that packages were sent. With receiving data no problems. I'm sure it's not a problem with network/firewall etc. Node.js v10.16.3, OS: macOS Catalina 10.15.2. Also tested with Node.js 12.16.1 and on W