ESP32 | Walkie-Talkie based on Node.js Server for multi-clients (ft. PCM speaker)

This commit is contained in:
Eric
2021-04-04 14:17:23 -07:00
parent 95939ec4cb
commit 1ba85f5b0b
2 changed files with 170 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"dependencies": {
"audio-speaker": "^1.5.1",
"express": "^4.17.1",
"package.json": "^2.0.1",
"ws": "^7.4.4"
}
}