Skip to content

基于Mongoose Express Angular.js Node.js和Socket.io的服务系统

Notifications You must be signed in to change notification settings

qianjiahao/friends-circle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

好友圈

  • Mongoose
  • Express
  • Angular.js
  • Node.js
  • Socket.io

###Usage

clone & enter

git clone [email protected]:qianjiahao/friends-circle.git
cd friends-circle

install dependencies

bower install && npm install

start node server

cd back-end && node application.js

start front end server

http-server .
注意:**要在根路径下执行**

start gulp and keep watch

gulp    // gulp 压缩 js, 编译less,压缩css,合并、重命名、压缩angular文件  [dist 文件夹]
注意:**要在根路径下执行**

open brwser

http://localhost:8080/front-end/views/layout.html

###Description

新人练手,在学了一段时间angular后,结合node和socket.io弄个小东西

Angular.js做前端路由,逻辑控制 Node.js做后端api,提供数据 Mongoose做orm socket.io做聊天室和订阅、发布

项目图片 friends-circle

项目功能、更新日志请见wiki

觉得凑合的话,记得star哦꒰・◡・๑꒱

If you like it , don't forget to star ~ thanks a lot .

About

基于Mongoose Express Angular.js Node.js和Socket.io的服务系统

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published