-
Notifications
You must be signed in to change notification settings - Fork 0
/
week10_10.html
executable file
·32 lines (27 loc) · 1.56 KB
/
week10_10.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!-- Adapted from https://www.evl.uic.edu/aej/424/ -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>CS5331-004</title>
</head>
<body bgcolor="white" text="black">
<div>
<a href="lectures/Client_Server_and_Data_Persistence.pptx" target="InsideFrame">Week 10: Client server architecture and data persistence options</a>
<li>
<a href="https://github.com/iDataVisualizationLab/CS5331_Spring2019/tree/master/code/sws">Source code for simple web server</a>
</li>
<li>
<a href="https://github.com/iDataVisualizationLab/CS5331_Spring2019/tree/master/code/indexeddbdemo">Source code for IndexedDB demo</a>
</li>
<li>
<a href="https://github.com/iDataVisualizationLab/CS5331_Spring2019/tree/master/code/nodejsmongodb">Source code for Node.JS and MongoDB web service</a>
</li>
<li>
<a href="https://github.com/iDataVisualizationLab/CS5331_Spring2019/tree/master/code/clientwebsite">Source code for client web application to access the previous web service</a>
</li>
</div>
<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vTEPYwNDVMWxhQbeXHlmGhQnb_IS73noMbkPkHUrWyZnHOd6AhtIJc2Tekxx5H4namGPf-OnTahILyY/embed?start=false&loop=false&delayms=3000" frameborder="0" width="1280" height="749" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
<div align="right"><font style="font-family:
Helvetica,Arial,sans-serif;" color="black" size="2">© Last revised: Apr 4th, 2019 </font></div>
</body>
</html>