You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 17, 2024. It is now read-only.
Chat Server
Level 1 Challenge - make the chat server
All message content should be passed as JSON. - Good
Your routes should match the patterns established in class (RESTful). See the later spoiler section "Correct Routes" if you need the answer. - Good
Level 2 - simple validation
Not done
Level 3 - more "read" functionality
Not done
Level 4 - Optional - add a timestamp,
timeSentNot done
Level 5 - Optional - add message update functionality
Not done