https://github.com/stillerman/rallychat
An anonymous chat app for UVM students inspired by YikYak and Omegle
https://github.com/stillerman/rallychat
node react socket-io
Last synced: about 1 month ago
JSON representation
An anonymous chat app for UVM students inspired by YikYak and Omegle
- Host: GitHub
- URL: https://github.com/stillerman/rallychat
- Owner: Stillerman
- Created: 2021-11-09T03:45:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-01T17:10:53.000Z (over 4 years ago)
- Last Synced: 2026-05-03T01:38:36.606Z (about 1 month ago)
- Topics: node, react, socket-io
- Language: TypeScript
- Homepage:
- Size: 494 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RallyChat
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 |
| :-------------------------------: | :-----------------------------------: |
|  |  |
### Develop locally
1. Clone the resposity.
2. Run `yarn install` in both the root folder and the `UI` folder.
3. Run `yarn build` in both the root folder and the `UI` folder.
4. Run `node index.js` in the newly created `dist` folder (not `UI/dist`)
5. Navigate to `localhost:3000`.
6. Done.