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 install
in both the root folder and theUI
folder. - Run
yarn build
in both the root folder and theUI
folder. - Run
node index.js
in the newly createddist
folder (notUI/dist
) - Navigate to
localhost:3000
. - Done.