# socket-chat-example **Repository Path**: manToHome/socket-chat-example ## Basic Information - **Project Name**: socket-chat-example - **Description**: 使用node.js实现的简易聊天室,详情可见官网:https://socket.io/get-started/chat/ - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-07-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

执行步骤:

1.首先安装node.js,具体百度如何安装node.js环境;
2.npm install;
3.node index.js;