feat: Node.js producer amqplib

This commit is contained in:
2026-07-22 08:00:16 +04:00
commit 0bf1847abb
4 changed files with 69 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"name": "iot-producer",
"version": "1.0.0",
"main": "server.js",
"scripts": { "start": "node server.js" },
"dependencies": { "amqplib": "^0.10.0", "express": "^4.21.0" }
}