brainomite / chuck-loop-ajax

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

intended behavior

When you load the webpage and click the button, robots should be added to the list until the server sends a response of {"done": true} At the time of writing the server will send randomly {"done": true} 20% of the time

Installation

  1. Run npm install

Run the server

  1. Run npm start

Connect to server (when it is running)

  1. connect to http://127.0.0.1:4000/

About


Languages

Language:JavaScript 89.5%Language:HTML 10.5%