Skip to content

Test task using WebSocket technology for JavaScript

Notifications You must be signed in to change notification settings

taksenov/test-task-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test-task-chat

This simple chat app demonstrates WebSocket by the backend and the frontend side.

  1. Get this app:
git clone https://github.com/taksenov/test-task-chat.git
cd ./test-task-chat
npm i
  1. Run backend:
npm run start
run web-server: "http-server ./src/public" or "npm run public"
  1. In your browser go to url: "http://localhost:8080"

About

Test task using WebSocket technology for JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages