Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 383 Bytes

File metadata and controls

18 lines (11 loc) · 383 Bytes

Node JSON Processor (WIP)

An example Node JSON processor. Tries following methods:

  1. General JSON
  2. Buffer
  3. Multiple threads

How to run

Please make sure you have at least node 10.5.0 to run the server.

Run yarn in CLI, then run the following two commands in separate CLI windows.

  1. npm start:client
  2. npm start:server

Then, go to http://localhost:8093/.