Code Monkey home page Code Monkey logo

webchat's Introduction

webchat

基于浏览器端的web实时聊天工具,后台用的java

Document

中文

English

功能列表

  1. 登录注册
  2. 添加好友&删除好友
  3. 发送消息
  4. 重新连接
  5. 消息重发
  6. 上传头像&个人信息
  7. 附近联系人
  8. 国际化
  9. 支持语音消息

待开发

  1. 朋友圈

项目构建

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

后台项目地址

github: https://github.com/weiyuc/webchat-backend

码云: https://gitee.com/yuwei149/webchat-backend

在线例子

https://weiyuc.cn

License

MIT

webchat's People

Contributors

weiyuc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

webchat's Issues

你好,我在个人学习的服务器上部署了您的项目webchat,可以访问了,但是登陆时返回{"responseCode":403,"responseMsg":"未授权"} 发现/user/login这个路径被拦截了 跳到了onAccessDenied这个方法,但是在本地都是正常的,可以帮我看一下吗

你好,我在个人学习的服务器上部署了您的项目webchat,可以访问了,但是登陆时返回{"responseCode":403,"responseMsg":"未授权"} 发现/user/login这个路径被拦截了 跳到了onAccessDenied这个方法,但是在本地都是正常的,可以帮我看一下吗

提供 API 接口

纯前端一枚,能否提供下后端 API 接口,非常感谢

你好,我发现运行您的软件,在获取朋友列表时报错,请问是什么原因

Command execution failed: Error [The 'cursor' option is required, except for aggregate with the explain argument], Command = { "aggregate" : "friend_info" , "pipeline" : [ { "$lookup" : { "from" : "user_info" , "localField" : "friendName" , "foreignField" : "username" , "as" : "friend_info"}} , { "$match" : { "username" : "hant123" , "status" : 2}}]}; nested exception is com.mongodb.MongoCommandException: Command failed with error 9: 'The 'cursor' option is required, except for aggregate with the explain argument' on server 127.0.0.1:27017. The full response is { "ok" : 0.0, "errmsg" : "The 'cursor' option is required, except for aggregate with the explain argument", "code" : 9, "codeName" : "FailedToParse" }

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.