Toggle navigation
Toggle navigation
This project
Loading...
Sign in
kkl
/
Probability Death
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
이승규
2019-06-04 17:04:16 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
880a2fb41add565f48b2f445b44885f167ba86a4
880a2fb4
1 parent
7ab3a8f5
save
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
app.js
lib/socketio.js
app.js
View file @
880a2fb
...
...
@@ -7,8 +7,8 @@ var indexRouter = require('./routes/index');
var
usersRouter
=
require
(
'./routes/users'
);
var
app
=
express
(),
server
=
require
(
'http'
).
createServer
(
app
),
SOCKETIO
=
require
(
'./lib/socketio.js'
);
server
=
require
(
'http'
).
createServer
(
app
),
SOCKETIO
=
require
(
'./lib/socketio.js'
);
// view engine setup
app
.
set
(
'views'
,
path
.
join
(
__dirname
,
'views'
));
...
...
lib/socketio.js
View file @
880a2fb
...
...
@@ -20,12 +20,15 @@ module.exports = (server, app) => {
let
Discomport_index
=
{};
let
Ultra_Violet_index
=
{};
let
Traffic_Accident
=
{};
let
Death_Factors
=
[];
let
Death_Factor
=
""
;
let
sending_to_client_info
=
{};
let
client_send
=
{};
let
client_name
=
""
;
let
client_birth
;
let
Destiny
;
let
sql
;
let
info
=
{}
...
...
Please
register
or
login
to post a comment