Skip to content

howard10335/ChatRoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Room with Node.js and Socket.io

This is the source code basic from a very simple chat room used the Getting Started guide of the Socket.IO website.
If you need more information in Chinese, please visit my Blog.

Current Features

  • Broadcast a message to connected users when someone connects or disconnects
  • Support for unique nicknames
  • Append the message directly as soon as he presses enter
  • Show {user} is typing
  • Show who’s online
  • Private messaging
  • Sending Picture to eachother
  • Save current messages(for Chrome)
  • Show desktop notification when receive new message(for Chrome)

License

MIT

About

a chatroom example using node.js with socket.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published