This repository was archived by the owner on Aug 17, 2024. It is now read-only.

Description
Chat Server
Level 1 Challenge - make the chat server
- Create a new message - You need to end the response otherwise clients connections don't terminate
- Read all messages - Good
- Read one message specified by an ID - Incorrect, this returns all messages
- Delete a message, by ID - Good
Level 2 - simple validation
Not done
Level 3 - more "read" functionality
Not done
Level 4 - Optional - add a timestamp, timeSent
Not done
Level 5 - Optional - add message update functionality
Not done