Giter Site home page Giter Site logo

aether's Introduction

Aether

技术栈

  • 前后端分离开发
  • 前端使用react全家桶,包括react-router,redux,Immutablejs
  • 后端使用Node.js开发,基于koa框架, MongoDB数据库
  • 使用websocket做消息推送

基础功能

  • 注册登录、创建和加入群组、发起私聊、历史消息
  • 发送文本、发送表情、发送图片、发送链接
  • 个人信息查看和修改
  • 桌面提醒、声音提醒(pc端)
  • 兼容移动端

安装

git clone https://github.com/sam019/Aether.git
cd Aether/client // 前端目录
npm install
npm run build
cd ../server // 后端目录
npm install
npm run build
npm run serve // 开启服务器

tips:

  1. Node.js的版本不低于v6.x
  2. MongoDB服务需要运行在默认的27017端口,也可以在后端配置文件server/lib/conf.js中修改
  3. 部署需要pm2

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.