Skip to content

使用 express + WebSocket + MongoDB 实现的一个聊天系统,内含登录注册,开始 node 生涯

Notifications You must be signed in to change notification settings

FengNianya/chat.node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chat-node

一个简单的聊天系统,包含登录注册

Screenshot

chat

Technology Stack

  • NodeJS
  • Express
  • MongoDB
  • Materialize

Usage

  • cd mongodb-linux-x86_64-ubuntu1604-3.4.4
  • mkdir data && cd data && mkdir db && cd ..
  • sudo ./bin/mongod --dbpath=data/db --rest
  • sudo ./bin/mongo
  • yarn install
  • yarn start

About

使用 express + WebSocket + MongoDB 实现的一个聊天系统,内含登录注册,开始 node 生涯

Resources

Stars

Watchers

Forks

Packages

No packages published