Create README.md

This commit is contained in:
pancakes-proxy 2025-03-11 09:40:05 -04:00 committed by GitHub
parent 7e73887978
commit 7522c55f43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

8
README.md Normal file
View File

@ -0,0 +1,8 @@
### chat
how to config
``` bash
npm init -y
npm install express socket.io
```
then after they are installed just do
`` node server.js ``