From 12de54b9f790b60672bdc2f10029851713238145 Mon Sep 17 00:00:00 2001 From: George Nava Date: Thu, 18 Feb 2010 11:50:15 -0400 Subject: [PATCH] Websocket class for better reuse --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e1361d5..de20ab5 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ As of Feb/10 the only browsers that support websockets are [Google Chrome](http: Changelog --------- +* 2010.02.18 - Chatbot demo extending websocket class +* 2010.02.18 - Websocket class for better reuse * 2010.02.15 - Added Users list to keep track of handshakes * 2010.02.15 - Minor cosmetic changes