Skip to content

I've created this code in 2 hours in 2020 during a coding challenge for a classified company

Notifications You must be signed in to change notification settings

jasielmacedo/typescript-coding-challenge-server

Repository files navigation

Typescript websocket server

I've created this app during a coding challenge in 2020.

It's a simple application with websocket to schedule events and dispatch for connected users.

Created in 2 hours using socket.io and mocha with chai for unit tests

To start the server

  1. Run npm install to install node dependencies
  2. Run npm test to test the server communication
  3. Run npm start to start the server

Check the unit tests to see in action and to understand this application

Unit test result should be like this

About

I've created this code in 2 hours in 2020 during a coding challenge for a classified company

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published