Skip to content

bithapa/chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat App: NodeJS | Express | Socket.io

This is a NodeJS application built using Express-based API in the back-end. Notes/concepts covered behind this app while building from the 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

A Node.js Chat App using Express API and WebSockets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published