-
```
What steps will reproduce the problem?
1. sudo php -q server.php
2. 192.168.1.15/client.html
3. refresh chrome explorer some times
What is the expected output? What do you see instead?
Stay conne…
-
```
What steps will reproduce the problem?
1. sudo php -q server.php
2. 192.168.1.15/client.html
3. refresh chrome explorer some times
What is the expected output? What do you see instead?
Stay conne…
-
```
What steps will reproduce the problem?
1. sudo php -q server.php
2. 192.168.1.15/client.html
3. refresh chrome explorer some times
What is the expected output? What do you see instead?
Stay conne…
-
```
What steps will reproduce the problem?
1. sudo php -q server.php
2. 192.168.1.15/client.html
3. refresh chrome explorer some times
What is the expected output? What do you see instead?
Stay conne…
-
Realtime Global Chat.
- [x] Global chat over Socket.io
- [x] Auto scroll to last message
- [x] User Names
- [x] User colors
- [x] Hide / Collapse / Show chat panel
-
클론 후 npm install 을 마친 뒤
npm run start를 했을 때 아래와같은 오류가 발생합니다.
src/chats/chats.gateway.ts:81:14 - error TS2551: Property 'user' does not exist on type 'Socket'. Did you mean 'use'?
81 sock…
-
Can you keep the chat server separate so developers will have the flexibility to use any other web socket library or more control on sockets management.
Like, i want to have a separate chat server…
-
My application crashes on starting using socket.io-store-memcached.
My environment is:
Node.js v0.10.17 on Linux/Windows
socket.io v0.9.16
socket.io-store-memcached v0.1.2
This is my result using yo…
-
First off let me just say great example of integrating react & socket.io . I have a question. When a new user joins the chat, they don't see the previous chat history. Is there a way of pass the previ…
-
@rivkatzur Thanks for this awesome plugin, it certainly helped me get started integrating chat into my application. However, I faced a few issues when I tried to deploy it in production environment, a…