https://github.com/sohamsshah/coderoom
CODERoom is a chat room for coders to discuss coding problems, technology and different development areas. Made using Node.js, Express and Socket.io
https://github.com/sohamsshah/coderoom
hacktoberfest hacktoberfest2020 javascript nodejs socketio
Last synced: about 1 year ago
JSON representation
CODERoom is a chat room for coders to discuss coding problems, technology and different development areas. Made using Node.js, Express and Socket.io
- Host: GitHub
- URL: https://github.com/sohamsshah/coderoom
- Owner: sohamsshah
- Created: 2020-07-26T08:21:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T09:06:55.000Z (over 3 years ago)
- Last Synced: 2025-04-22T10:43:11.381Z (about 1 year ago)
- Topics: hacktoberfest, hacktoberfest2020, javascript, nodejs, socketio
- Language: JavaScript
- Homepage:
- Size: 364 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CODERoom
CODERoom is a chat room for coders to discuss coding problems, technology and different development areas.
Made using Node.js, Express and Socket.io
## About The Project
CODERoom is an application for like-minded programmers who share a passion for a common language, to engage in conversations about it. Register with a username, choose
your language of choice, and discuss it in depth with others!
## Getting Started
To check this out on your localhost, follow these easy steps
### Prerequisites
This is an example of how to list things you need to use the software and how to install them.
* npm
```sh
npm install npm@latest -g
```
* Socket.io
```sh
npm i socket.io
```
### Installation
1. Fork the repo.
2. Go to your forked repo, and copy the HTTPS Clone link
3. In terminal, type git clone COPIED-LINK
4. cd into the right directory and type these
```sh
npm install
node server.js
```
## Sample Screenshots
[](https://postimg.cc/y3qgyFKq)
[](https://postimg.cc/fJDkWWTv)