jwwallin / Chatziki

basic chat app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tzatt_wit_konste

Socket.io emits

Client emits

  • connect
    • Send the user's personal information
    • Send list of users
    • Send some of the newest messages
  • message
    • Relay to other users
  • join
    • Send some of the newest messages
  • leave
    • Confirmation
  • create
    • Confirmation

Server emits

  • init
    • Send the user's personal information
    • Send list of users
    • Send some of the newest messages
  • message

Installing mongoDB

Install according to this tutorial.

About

basic chat app


Languages

Language:JavaScript 87.0%Language:HTML 9.9%Language:CSS 2.8%Language:Shell 0.4%