Skip to content

esommer/cat-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

catchat

A simple web-socket-based chat client in node.js WITHOUT using express.js or socket.io.

###To Do: This app is quite incomplete: it was really just a way for me to learn about web sockets and using node.js all by itself. After reading the RFC specs on web socket client-server handshakes, I decided to use ws to help with the initial web socket connection. Other than that, this is all vanilla js.

  • Clean user input
  • Get rid of pop-up that asks for name
  • Ping clients occasionally to detect when they've disconnected

##License: ? Free for all.

About

My own simple node.js web-socket-based chat server and client.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published