Is your feature request related to a problem? Please describe.
For the scope of the project we're planning to do (Skribbl.io clone), a chat box will be the minimum viable product. Even if the initial idea fails, we will still be using the same technologies to build the MVP.
Describe the solution you'd like
User enters chat room
User picks a user name/handle to go by
User will see a chat box, with an input field and outputted text above it
Upon submission, the message, if not empty, will be added to the message list
Each message would have the user handle followed by the message sent (Username: message)
Describe alternatives you've considered
Building the game first in React may also work, but would not have the same impact as learning a new technology.
Is your feature request related to a problem? Please describe. For the scope of the project we're planning to do (Skribbl.io clone), a chat box will be the minimum viable product. Even if the initial idea fails, we will still be using the same technologies to build the MVP.
Describe the solution you'd like
Username: message
)Describe alternatives you've considered Building the game first in React may also work, but would not have the same impact as learning a new technology.
Additional context Use express.js and socket.io.\ This is a nice guide to start with
Issues #4 and #5 are sub-issues