bozerkins / chat-application-demo

A demo for Coding dummies stream <3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chat Application Demo in NodeJS

A demo for Coding dummies stream <3

The structure

  • Front-end app (for serving files to the client)
  • Back-end app (for chat message exchange func.)

The setup

Create .env file, which would define all the variables for the app to use. You can see the example in .env.dist

Ports on dev

For application - localhost:8080 For application API - localhost:8080/api For application chat socket - localhost:8080/chat

About

A demo for Coding dummies stream <3

License:MIT License


Languages

Language:JavaScript 71.5%Language:HTML 24.2%Language:CSS 4.3%