Chatrooms is a pixel art chatroom hosted on node with express. Chatrooms is inspired by Pictochat, and allows users to connect over network to share messages and drawings
Users can type messages on the bottom left and they are sent out to everybody else connected to the server. On the bottom right, users can create drawings with multiple colors, and send them as well.
- run
npm i
to install dependencies - run
node index.js
to start server - open app on port hosted locally on 3000