/Chatziki

basic chat app

Primary LanguageJavaScript

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.