alexeykomov / websocket_task_fe

Test task for the company from UAE involving web sockets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

It's the test task solved for the UAE company

Instructions

Client

cd client
nvm use 
npm install && npm start

Web Socket Server

You are provided with a tiny backend server exposing Web Socket endpoint on http://localhost:5001.

cd server
nvm use 
npm install && npm start

Questions

  • What aspect of this exercise did you find most interesting?
  • What did you find most cumbersome to do?
  • How can we further improve the user experience?

About

Test task for the company from UAE involving web sockets


Languages

Language:TypeScript 65.8%Language:CSS 18.1%Language:JavaScript 10.1%Language:HTML 6.0%