Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 792 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 792 Bytes

CF LAB

Lab17

Spencer Hirata

Links and Resources

Documentation

  • jsdoc (All assignments)

Modules

modulename.js

Exported Values and Methods

Setup

.env requirements

  • PORT

Running the app

  • npm i ~ all dependencies
  • in your src folder (in this order too)
    1. nodemon server.js
    2. nodemon logger.js
    3. nodemon app.js ./files/test.txt

Tests

  • npm run test

UML

TCP chatroom;