save befor format dell
This commit is contained in:
@@ -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 :
|
first time :
|
||||||
npm install --save express
|
npm install --save express
|
||||||
@@ -16,3 +17,10 @@ anytime :
|
|||||||
- [ ] automatically add someone to a room
|
- [ ] automatically add someone to a room
|
||||||
- [ ] being able to accept or refuse to be added to a room
|
- [ ] being able to accept or refuse to be added to a room
|
||||||
- [ ] what to do with message not received ?
|
- [ ] 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);
|
||||||
|
```
|
||||||
|
|
||||||
|
|||||||
1932
tests_hugo/chat_node/chat_server/package-lock.json
generated
1932
tests_hugo/chat_node/chat_server/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"dependencies": {
|
|
||||||
"cors": "^2.8.5",
|
|
||||||
"express": "^4.18.2",
|
|
||||||
"nodemon": "^2.0.20",
|
|
||||||
"socket.io": "^4.5.3"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user