Skip to content

clemcke/websocket-chat

Repository files navigation

Description

  • Simple websocket based chat program written in CoffeeScript!
  • Will support 2 or more clients
  • All clients connected to a room will see any chat that occurs since the chat started

Optional Features

  • Allows connection to a specific room
  • Keeps history of chat
  • Bot implementation?

Dev Recommended Tools

n is a great version manager for Node.

sudo npm i coffee-script -g

sudo npm i nodemon -g

To compile your CoffeeScript on every change

coffee --compile --watch *.coffee **/*.coffee

About

Simple Websocket-based chat application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published