A boilerplate module you can use to start with chat in the frontend and build your own application on it.
Includes the following functionality:
- User Accounts
- sign-up
- sign-in
- sign-out
- Send messages to the chat room
- Recieve messages from others in the chat
- Upload an avatar image
- Recieve notifications when users sign-in and sign-out of the chat
- Current user's messages are highlighted in the chat stream
Create a new Hoodie app in your local environment with:
$ hoodie new chatApp -t "hoodiehq/hoodie-template-app-chat"
You can read a thorough breakdown of how this app was created with Hoodie here.
If you have any questions, please let us know! Thank you for contributing and all the <3 from hoodie!