Toggle navigation
Toggle navigation
This project
Loading...
Sign in
최시원
/
Singer-Composer
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
devsho
2021-11-25 21:07:58 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6bae359b6d69ece047986063f5b720f72b0d043f
6bae359b
1 parent
94b7c8bc
chat visual update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
6bae359
...
...
@@ -98,7 +98,7 @@ io.sockets.on('connection', function(socket) {
console
.
log
(
logString
+
socket
.
name
+
' 님이 접속하였습니다.('
+
ip
+
')'
)
/* 모든 소켓에게 전송 */
io
.
sockets
.
emit
(
'update'
,
{
type
:
'connect'
,
name
:
'SEVER'
,
message
:
socket
.
name
+
'님이 접속하였습니다.'
})
io
.
sockets
.
emit
(
'update'
,
{
type
:
'connect'
,
name
:
'SE
R
VER'
,
message
:
socket
.
name
+
'님이 접속하였습니다.'
})
}
})
...
...
Please
register
or
login
to post a comment