Skip to content

guchongxi/proj-socket-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat

A chat application built with Node.js and socket.io.

Features

  • send pictures 🌅
  • send emojis 😄
  • keyboard support 🎹
  • online users count statistic 👻

How to run

  1. download the code then extract
  2. run npm install from command line window
  3. run node server or iojs server if you are using io.js
  4. finnaly, open your browser and visit localhost:3000

若出现提示 DeprecationWarning: process.EventEmitter is deprecated. use require('events') instead., 将 socket.io/lib 目录js文件中的 process.EventEmitter 替换成 require('events').

About

a simple program

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published