Coder Social home page Coder Social logo

chat-room's Introduction

chat-room

My chat room.

版本说明:

基于 WebSocket 客户端和服务端的极简 Demo,按金渡课程指导,用 Node、WebSocket(ws) 写了一个简易聊天室的后台,功能有: · 在线、离线、改名通知 · 修改昵称 · 消息群发 · 心跳检测

版本号:1.0.0

🤝 提交规范

  • perf: 优化相关,比如提升性能、体验
  • feat: 新功能(feature)
  • fix: 修补bug
  • docs: 文档(documentation)
  • style: 格式(不影响代码运行的变动)
  • refactor: 重构(即不是新增功能,也不是修改bug的代码变动)
  • test: 增加测试
  • chore: 构建过程或辅助工具的变动
  • upgrade: 第三方库升级
  • revert: 回滚
  • scope: commit 影响的范围, 比如: route, component, utils, build...
  • merge: Merge branch ? of ?.
🛎🛎🛎 提交注意事项: 提交信息填写的内容需要包括模块名+改动的描述。(各个团队自己建立一个分支,开发自己的功能模块,等到模块开发完成后统一合到dev分支, dev分支经过测试后再合到master分支)
  • git add + 对应文件名

  • git cz 选择本次改动的类型

  • 按照提示填写完相关信息

  • npm run changelog 生成更新日志

  • npm run beforeStage 日志写入CHANGELOG.md中(可能需要手动删除别人重复的更新日志)

    提交更新日志的时候,无需使用git cz, commit的时候直接说明提交更新日志即可,例如git commit -m "docs: 提交更新日志"

❤️ 分支管理

  • 模块功能开发(feature/xxx)
  • Bug修改(bug/xxx)

chat-room's People

Contributors

sd445419855 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.