bithapa / chatapp

chat app with nodeJS and socket.io

Home Page:http://bitchat.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chatapp: NodeJS | Express | Socket.io

This is a full stack chat application that I built as part of a project work for a NodeJS course in Udemy. My notes on building this app from scratch are on file tutorial.md.


Files Tree:

    chatapp
        |-src
        |   |-index.js
        |   |-utils
        |   |   |-messages.js
        |   |   |-users.js
        |-public
        |   |-css
        |   |  |-styles.css
        |   |  |-styles.min.css
        |   |-img
        |   |  |-favicon.png
        |   |-js
        |   |  |-chat.js
        |   |-index.html
        |   |-chat.html
        |-package-lock.json
        |-package.json
        |-README.json

Live: https://bitchat.herokuapp.com/

About

chat app with nodeJS and socket.io

http://bitchat.herokuapp.com/


Languages

Language:JavaScript 63.5%Language:HTML 20.4%Language:CSS 16.1%