bsamaripa / tcp-server-demo

A failed attempt to write a tcp server for an interview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TCP REST Server Example

Usage

$ installation
npm i

$ compilation
npm run compile

$ To start the function
npm run start

$ To run the automated tests, you will need curl
./demo.sh

About

A failed attempt to write a tcp server for an interview


Languages

Language:TypeScript 72.2%Language:Shell 27.8%