xgqfrms™, xgqfrms® : xgqfrms's offical website of GitHub!

IM SDK & websocket & chart room

IM SDK

https://imsdk.com/

https://cloud.tencent.com/document/product/269/1594

https://www.rongcloud.cn/

https://www.npmjs.com/package/im-sdk

网易云信

https://netease.im/im-sdk-demo
https://github.com/netease-im/NIM_Web_Demo
https://github.com/netease-im/NIM_Web_Demo_H5
https://github.com/netease-im/NIM_Web_Education_Demo

极光 IM

https://www.jiguang.cn/im
https://docs.jiguang.cn/jmessage/client/im_sdk_js_v2/

Lean Cloud

https://leancloud.cn/

https://github.com/leancloud


IM SDK 组件架构设计

https://tech.youzan.com/app_imsdk/

H5 DnD 拖拽制作移动页面

店铺装修,就是用户可以在 PC 端进行移动页面的制作,只需要通过简单的拖拽就可以实现页面的编辑,属于用户高度自定义的功能。最终编辑的结果,可以在 H5、小程序进行展示推广。

https://tech.youzan.com/meiye-decorate/

薪酬体系(2018 版)

https://open.avoscloud.com/
https://open.avoscloud.com/perf-review/

https://open.buffer.com/introducing-open-salaries-at-buffer-including-our-transparent-formula-and-all-individual-salaries/

Git 分支管理规范

https://open.avoscloud.com/git-branch-guide/

Git Commit 日志风格指南

https://open.avoscloud.com/git-commit-message/

https://nextfe.com/protecting-eyes/

https://nextfe.com/ten-html-elements/


环信 SDK

http://www.easemob.com/

https://console.easemob.com/app-detail/detail

https://github.com/easemob

shit docs

http://docs-im.easemob.com/
http://docs-im.easemob.com/im/quickstart/guide/introduction
http://docs-im.easemob.com/im/quickstart/essential/communicationandmessagestorage
http://docs-im.easemob.com/im/other/integrationcases/usersandfriends

http://www.easemob.com/download/im

web

https://webim-h5.easemob.com/#/login

http://docs-im.easemob.com/im/web/intro/start
http://docs-im.easemob.com/im/web/basics/message

utils

cookie


WebIM.utils.setCookie("token", `tk`, 1);

document.cookie;
"token=tk"

WebIM.utils.getCookie("token");
// {token: "tk"}

WebIM.utils.getCookie().token;
// "tk"


Flag Counter

©xgqfrms 2012-2020

www.cnblogs.com 发布文章使用:只允许注册用户才可以访问!


原文地址:https://www.cnblogs.com/xgqfrms/p/10999262.html