Skip to content

implementing simple static file server in java and nodejs

Notifications You must be signed in to change notification settings

jtdevos/nodevsjabba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

implementing simple static file server in java and nodejs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published