Skip to content

Commit ae1334c

Browse files
Connor TurlandConnoropolous
Connor Turland
authored andcommitted
Update code_guide.md
1 parent e38c3a6 commit ae1334c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code_guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Junto is currently a single page web application. It all gets loaded into the we
33

44
Index.html file is served by a node.js webserver.
55

6-
Junto is all about presence. And presence happens in realtime. So Junto uses two services for realtime data. The node.js hosts a websockets (socket.io) server that does two things: it is a [http://www.html5rocks.com/en/tutorials/webrtc/infrastructure/](signaling server) and also hosts data that is only transiently relevant to the application (such as how many users are currently online)
6+
Junto is all about presence. And presence happens in realtime. So Junto uses two services for realtime data. The node.js hosts a websockets (socket.io) server that does two things: it is a [signaling server](http://www.html5rocks.com/en/tutorials/webrtc/infrastructure) and also hosts data that is only transiently relevant to the application (such as how many users are currently online)
77

88

99
## Folders

0 commit comments

Comments
 (0)