factor to nodejs application

This commit is contained in:
biglyderv 2024-11-25 14:14:20 -05:00
parent 8cb80b9cbe
commit b237b857c7
10 changed files with 764 additions and 0 deletions

7
package.json Normal file
View file

@ -0,0 +1,7 @@
{
"dependencies": {
"express": "^4.21.0",
"express-ws": "^5.0.2"
},
"type": "module"
}