Code Monkey home page Code Monkey logo

emlicechat's Introduction

EmliceChat

Build Status author Node.js Version

语言: 简体中文

EmliceChat是一款web聊天应用. 使用node.js, express和jquery编写.

功能

未完成

  1. 消息撤回
  2. 私聊 typing 状态
  3. 当地天气状态
  4. 新建群聊 && 加入群聊
  5. 歌曲循环(单曲循环/顺序播放/随机播放)

已完成

  1. 创建用户, 私聊, 群聊
  2. 文本, 图片, 代码, url,截图,跨域图片等多种类型消息
  3. 桌面通知, 声音提醒, 通知开关
  4. 头像修改, 群组公告修改,用户信息修改
  5. 简易的插件系统
  6. 内置音乐播放器
  7. 消息类型自动解析
  8. 剪切板复制图片
  9. 反防盗链技术

安装

该项目依赖于node.js(>= 8.2.1)和mongodb数据库. 安装node.js. 安装mongodb.

  1. 克隆项目到本地 git clone git@https://github.com/zyw5791557/EmliceChat
  2. 进行项目目录执行 yarn 或者 `npm install
  3. 运行项目服务端 node index 或者 nodemon index
  4. 打开 http://localhost:3000 查看效果

运行截图

目录结构

|-- [public]                 // 前端项目 文件夹
|-- [servre]                  // 服务端代码
|    |-- api.js               // api 接口
|    |-- connect.js           // mongoDB 连接文件
|    |-- model.js             // mongoDB 表模型
|-- index.js                  // 服务端主逻辑代码
|-- package.json              // npm
|-- yarn.lock                 // yarn
...

备注

  1. 该项目 UI 和 功能 参考自碎碎酱的https://github.com/yinxin630/fiora
  2. 代码全部自己完成。

emlicechat's People

Contributors

zyw5791557 avatar

Watchers

 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.