/react-chat

react + socket.io + node + mongodb 实现一个聊天功能的 webapp demo

Primary LanguageJavaScriptApache License 2.0Apache-2.0

react-chat

聊天 webapp demo(在 06_chat_detail 目录下)

项目npm命令

cd 06_chat_detail

  • npm run start 项目本地启动
  • npm run server 项目本地服务端启动
  • npm run build 项目生产环境编译

涉及的技术

  • React16
  • redux 管理状态
  • react-router4 路由
  • antd-mobile 蚂蚁金服UI组件库
  • express
  • mongodb
  • socket.io