websocket stuff

This commit is contained in:
Martin Donnelly 2020-02-15 15:28:36 +00:00
parent c2bde881a8
commit 6fd4f8551a
2 changed files with 20 additions and 15 deletions

View File

@ -554,7 +554,6 @@
<change beforePath="$PROJECT_DIR$/node_modules/serve-favicon/node_modules/parseurl/index.js" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/node_modules/serve-favicon/node_modules/parseurl/package.json" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/node_modules/serve-favicon/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/node_modules/serve-favicon/package.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -712,14 +711,7 @@
<workItem from="1581513879643" duration="811000" />
<workItem from="1581685756510" duration="88000" />
<workItem from="1581685860748" duration="140000" />
<workItem from="1581771120795" duration="1936000" />
</task>
<task id="LOCAL-00007" summary="trying to persist the db again">
<created>1447077123179</created>
<option name="number" value="00007" />
<option name="presentableId" value="LOCAL-00007" />
<option name="project" value="LOCAL" />
<updated>1447077123179</updated>
<workItem from="1581771120795" duration="2210000" />
</task>
<task id="LOCAL-00008" summary="trying to persist the db again">
<created>1447756672584</created>
@ -1057,7 +1049,14 @@
<option name="project" value="LOCAL" />
<updated>1455711342213</updated>
</task>
<option name="localTasksCounter" value="56" />
<task id="LOCAL-00056" summary="added cors handling">
<created>1581780288165</created>
<option name="number" value="00056" />
<option name="presentableId" value="LOCAL-00056" />
<option name="project" value="LOCAL" />
<updated>1581780288166</updated>
</task>
<option name="localTasksCounter" value="57" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
@ -1103,7 +1102,8 @@
<MESSAGE value="socket stuff" />
<MESSAGE value="should render page now" />
<MESSAGE value="websocket stuff" />
<option name="LAST_COMMIT_MESSAGE" value="websocket stuff" />
<MESSAGE value="added cors handling" />
<option name="LAST_COMMIT_MESSAGE" value="added cors handling" />
</component>
<component name="WindowStateProjectService">
<state x="2621" y="251" key="#com.intellij.execution.impl.EditConfigurationsDialog" timestamp="1580742065211">
@ -1114,6 +1114,10 @@
<screen x="0" y="50" width="3840" height="2110" />
</state>
<state x="1556" y="865" width="729" height="498" key="#com.intellij.fileTypes.FileTypeChooser/0.50.3840.2110@0.50.3840.2110" timestamp="1581513834745" />
<state x="1330" y="502" width="1181" height="1225" key="CommitChangelistDialog2" timestamp="1581780287682">
<screen x="0" y="50" width="3840" height="2110" />
</state>
<state x="1330" y="502" width="1181" height="1225" key="CommitChangelistDialog2/0.50.3840.2110@0.50.3840.2110" timestamp="1581780287682" />
<state width="1888" height="573" key="GridCell.Tab.0.bottom" timestamp="1581513862731">
<screen x="0" y="50" width="3840" height="2110" />
</state>
@ -1146,10 +1150,11 @@
<screen x="2048" y="23" width="2048" height="1129" />
</state>
<state x="3047" y="512" key="VCS.EditChangelistDialog/0.23.2048.1129/2048.23.2048.1129@2048.23.2048.1129" timestamp="1580742321561" />
<state x="2756" y="329" key="Vcs.Push.Dialog.v2" timestamp="1580742249539">
<screen x="2048" y="23" width="2048" height="1129" />
<state x="1328" y="622" width="1412" height="921" key="Vcs.Push.Dialog.v2" timestamp="1581780385663">
<screen x="0" y="50" width="3840" height="2110" />
</state>
<state x="2756" y="329" key="Vcs.Push.Dialog.v2/0.23.2048.1129/2048.23.2048.1129@2048.23.2048.1129" timestamp="1580742249539" />
<state x="1328" y="622" width="1412" height="921" key="Vcs.Push.Dialog.v2/0.50.3840.2110@0.50.3840.2110" timestamp="1581780385663" />
<state x="1574" y="971" width="693" height="286" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2" timestamp="1581513760314">
<screen x="0" y="50" width="3840" height="2110" />
</state>

View File

@ -30,14 +30,14 @@ app.use(logger('dev'));
app.use(cors());
app.use(basicAuth({
/*app.use(basicAuth({
'users': {
'testmvc': '9E#!7!Nu5kd$FnCBQj_=Bh6WgGPqG@g-ETK%y3Ht+87rRT!Vvp=DH=6&w7mJ*36!',
'jubilee' : '_TX2LD6n8csqE=TcPNR#h&4b%Mh_YdDNbe@vwAwhY^7=?AAL@U^SF2rwHxRQt4#M',
'simpleweather' : 'stq^J4rZ%c=F+2ym^GRxB*^+5?XC!#Xjv6n6?Sb9kP4y@26puAt@*n8zvSqG$#dW',
'weatherapp' : '!t@M6f+Wz#-3BpWVC5GLMrb7DrdhenXCxKDkL%g2!CPsRx4#&GFz$BUPvgPn?Z=A'
}
}));
}));*/
app.use(helmet());