Skip to content

Fylipp/talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

talk

talk is a simple anonymous chat application written in JavaScript. This is my first attempt at using NodeJS.

Demo

A demo is deployed here.

Installation

Clone the repository and run npm install to install the dependencies.

Usage

Make sure you are in the project directory and run npm start to start the server. After it has started the server can be accessed at localhost. The web frontend uses port 80 (or process.env.PORT if available). The websocket powering the communication is attached to the web server.