save befor format dell

This commit is contained in:
dell
2022-12-04 14:52:33 +01:00
parent 7020b6b67e
commit 823e1dc588
3 changed files with 9 additions and 1941 deletions

View File

@@ -1,4 +1,5 @@
https://www.youtube.com/watch?v=o8Fn9BgqoQM
- [socket io multi room chat](http://psitsmike.com/2011/10/node-js-and-socket-io-multiroom-chat-tutorial/)
first time :
npm install --save express
@@ -16,3 +17,10 @@ anytime :
- [ ] automatically add someone to a room
- [ ] being able to accept or refuse to be added to a room
- [ ] what to do with message not received ?
```
-> create_room('create_room', room_name);
-> change_room('change_room', room_name);
-> get_room_history('get_room_history', room_name);
```

File diff suppressed because it is too large Load Diff

View File

@@ -1,8 +0,0 @@
{
"dependencies": {
"cors": "^2.8.5",
"express": "^4.18.2",
"nodemon": "^2.0.20",
"socket.io": "^4.5.3"
}
}