[demo] angular-chat 简单IM聊天室(socket.io + express + ng4)
发布于 7 年前 作者 giscafer 5586 次浏览 来自 分享

技术栈:angular4 + express +socket.io

demo是学习angular以及socket.io搞的,界面模板模仿的是百度E秘。技术含量不高

demo.gif

在线demo

Github源码地址

7 回复

angular4 支持到ie几?

牛逼啊,都开始用angular4了

@stx0821 ng2到ng4 升级不需要学习成本

@imhered


"dependencies": {
    "@angular/common": "4.0.0",
    "@angular/compiler": "4.0.0",
    "@angular/core": "4.0.0",
    "@angular/forms": "4.0.0",
    "@angular/http": "4.0.0",
    "@angular/platform-browser": "4.0.0",
    "@angular/platform-browser-dynamic": "4.0.0",
    "@angular/router": "4.0.0",
    "core-js": "^2.4.1",
    "express": "^4.15.2",
    "jquery": "^3.2.1",
    "moment": "^2.18.1",
    "reflect-metadata": "^0.1.3",
    "rxjs": "^5.0.1",
    "socket.io": "^1.7.3",
    "zone.js": "^0.8.5"
  },
回到顶部