cjlh / socket-webchat

A simple webchat application built using Socket.IO.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

socket-webchat

A simple webchat application built using Socket.IO.

Status: Work in progress.

Screenshot

Screenshot

Features

  • Real-time chat application
  • View chat and broadcasts from server console
  • Coloured names
  • Commands:
    • /help
    • /helpadmin
    • /users
    • /msg
    • /broadcast
    • /ban
    • /unban
    • /mute
    • /unmute
    • /kicksocket
    • /fingerprint
    • /banfingerprint
    • /unbanfingerprint

How to use

  1. Install Node.js along with the following modules:
    • express
    • socket.io
  2. Run the server with node.js: node /path/to/index.js

Todo

  • Implement /whois to view aliases
  • Implement /fingerprint to fetch fingerprint
  • Implement /reply to reply to direct messages
  • Implement accounts/admin status
  • Implement /stopserver to stop the server
  • Make ban messages bold

https://github.com/cjlh/socket-webchat

About

A simple webchat application built using Socket.IO.

License:MIT License


Languages

Language:JavaScript 47.9%Language:HTML 37.8%Language:CSS 14.3%