Currently in early development, RallyChat is a real time application powered by websockets that allows UVM students to anonymously chat either in a large group like YikYak or a random one-on-one pairing like Omegle. The application has been architected so that additional modes may be added with ease. Neither the styling nor architecture is done, but it is fully functional in this state.
| Lobby | Groupchat |
|---|---|
![]() |
![]() |
- Clone the resposity.
- Run
yarn installin both the root folder and theUIfolder. - Run
yarn buildin both the root folder and theUIfolder. - Run
node index.jsin the newly createddistfolder (notUI/dist) - Navigate to
localhost:3000. - Done.

