supercede / chat-app

A real time chat app with nodeJS and web sockets

Home Page:https://je-ka-soro.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple real time chat app with nodeJS (Express) and socketio

Prerequisites:

Installation

Running Locally

Make sure you have Node.js and npm installed.

  1. Clone or Download the repository

    $ git clone https://github.com/supercede/chat-app.git
    $ cd chat-app
    
  2. Install Dependencies

    $ npm install
    
  3. Start the application

    ```
    $ npm run dev
    ```
    

    Your app should now be running on localhost:5000.

About

A real time chat app with nodeJS and web sockets

https://je-ka-soro.herokuapp.com/


Languages

Language:JavaScript 58.9%Language:HTML 22.1%Language:CSS 19.0%