# ChatRoom **Repository Path**: dongyanggl/ChatRoom ## Basic Information - **Project Name**: ChatRoom - **Description**: a ChatRoom demo with socket.io - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-02-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #ChatRoom 官网: http://socket.io 开始根据[这里](http://socket.io/get-started/chat/)写例子 问题: 1. res.sendfile 应该改为 res.sendFile 2. 总是收不到消息,一点 send 就刷新页面,后来根据[这里](http://www.oschina.net/question/12_54009) 修改了 js 和 html,可以使用了