1st version / Websockets via node.js

This commit is contained in:
2024-03-07 04:56:06 +01:00
commit c56d158521
5 changed files with 122 additions and 0 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"dependencies": {
"dateformat": "",
"express": "",
"http": "",
"mqtt": "",
"socket.io": ""
},
"name": "mqttstream",
"version": "1.0.0",
"description": "stream mqtt to browser",
"main": "mqtt.js",
"devDependencies": {},
"scripts": {
"test": "mqtt.js #"
},
"author": "int2k",
"license": "ISC"
}