aboutsummaryrefslogtreecommitdiffstats
path: root/examples/example_chat.cpp
diff options
context:
space:
mode:
authorLaurent Meyer <laurent@moid.de>2015-02-22 15:23:05 +0100
committerLaurent Meyer <laurent@moid.de>2015-02-22 15:23:05 +0100
commitcc33f580eec4a8f9f9d646c12ffca6d20bfb1bb0 (patch)
tree2e113e84a60181019efe778b48aa81fdefe33198 /examples/example_chat.cpp
parent4edc907fde52188df1cdd8bbca40a90dc0139cb1 (diff)
downloadcrow-cc33f580eec4a8f9f9d646c12ffca6d20bfb1bb0.tar.gz
crow-cc33f580eec4a8f9f9d646c12ffca6d20bfb1bb0.zip
Commented the examples to be easier to be understood by someone new to it.
Diffstat (limited to 'examples/example_chat.cpp')
-rw-r--r--examples/example_chat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example_chat.cpp b/examples/example_chat.cpp
index aa7cc96..ae031b7 100644
--- a/examples/example_chat.cpp
+++ b/examples/example_chat.cpp
@@ -25,7 +25,7 @@ void broadcast(const string& msg)
}
ress.clear();
}
-
+// To see how it works go on {ip}:40080 but I just got it working with external build (not directly in IDE, I guess a problem with dependency)
int main()
{
crow::SimpleApp app;