Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 462 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 462 Bytes

Mocked up chatroom

Demonstrating the capabilities of MSW programmable mocks, this is a proof of concept for a long polling chatroom that in development mode appears to work with made up participants and made up messages in a realistic manner.

Demo

Installation

Clone, yarn start, log in with any name (your messages will appear too) and have fun.

Testing

yarn testto run tests. yarn test:coverageto run tests with coverage.