Code Monkey home page Code Monkey logo

simple-chat-app's Introduction

Simple-Chat-App

A simple single-room chat application made using React, Node, Express, Socket.io.

To run

Install the modules used by the server code by running the commad below in the root directory of the repo.

npm install

The server should be running on port 8888 in your host machine. To access the application go to http://localhost:8888. Make sure that you have cookies on in your browser as this app uses cookies to remember your username.

If you want to edit and make changes to the client-side code, cd into the client folder and download the modules used by the front end using the command below.

npm install

After installing the packages, run npm start which should start a development server runnin on http://localhost:3000. Before you do this, make sure that the server-side code is running.

Commands

  • Users can change their using by typing the `/name into the textbox.
  • Users can change the color of their username using the /color RRGGBB command.

Testing

As of now, this app was only tested in Google Chrome and Mozilla Firefox.

simple-chat-app's People

Contributors

justinf34 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.