Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 350 Bytes

File metadata and controls

12 lines (6 loc) · 350 Bytes

codesamples

Asteroids -- Contains two files, a server and client. This was built on Ubuntu 18.04.1 LTS

  1. In terminal, run "node asteroid_server.js"
  2. In seperate terminal, run "node get_asteroids.js"

The response from the server should appear in the client terminal as such:

Asteroids within the required distance: { "asteroids": [] }