You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

517 B

The Chat is a small mini chat you might find on live streaming websites. It's not full featured but the client and backend are simple enough that you can change them to do what you want. To make it work you may need to look at socket/chat.js and make sure that's running correctly. If you don't use Chat on your site then consider removing socket/chat.js and edit client/stores.js to remove all socket-io references. This will save you about 50k in the downloaded size of your app.