Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 925 Bytes

readme.md

File metadata and controls

40 lines (25 loc) · 925 Bytes

Node vs. Jabba

About

The purpose of this project is to compare the performance differences between Java webapps and NodeJS webapps. Each webapp will implement the same API, and a simple load-testing utilty test their performance.

Layout of this project

utils/

Scripts and commands used to setup and execute the tests.

resources/

Common files such as images, html files, and test data. Read only.

webapps/

Each webapp must go in a separate folder underneath webapps/.

Requirements

NodeJS Requirements

  • nodejs v6.0 or newer
  • global installs for:
    • yo, webapp-generator
    • grunt, gulp
    • bower

Java Requirements

Webapp API Specification

Coming Soon