Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2019-2-OpenSourceSW
/
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
DESKTOP-PC6TBNS\강환석씨
2018-12-09 21:42:43 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a62d17fbd35183394a2e65a4507503ce8112d593
a62d17fb
1 parent
0c58aa02
no meaning , just test
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
8 deletions
views/index.ejs
views/index.ejs
View file @
a62d17f
...
...
@@ -38,14 +38,7 @@
></div>
</div>
</div>
<script
src=
"/socket.io/socket.io.js"
></script>
<script>
var
socket
=
io
.
connect
(
'/'
);
socket
.
emit
(
"connection"
);
socket
.
on
(
"weatherInfo_minutely_send_to_cliend"
,(
info
)
=>
{
//서버에서 client에게 메세지 전송
console
.
log
(
info
);
});
</script>
<!-- 첫번째 그래프 -->
<script
type=
"text/javascript"
>
Highcharts
.
chart
(
"container1"
,
{
...
...
Please
register
or
login
to post a comment