An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          





Logo

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
[![1.png](https://i.postimg.cc/J00Nmqdh/1.png)](https://postimg.cc/y3qgyFKq)


[![2.png](https://i.postimg.cc/dtTCBDbg/2.png)](https://postimg.cc/fJDkWWTv)