Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Update all the JavaScripts#2575

Merged
NateBrady23 merged 11 commits intoTechEmpower:masterfrom
NateBrady23:js
Feb 28, 2017
Merged

Update all the JavaScripts#2575
NateBrady23 merged 11 commits intoTechEmpower:masterfrom
NateBrady23:js

Conversation

@NateBrady23
Copy link
Copy Markdown
Member

Node Server

  • Upgrade from v6 to v7.5

HapiJS

  • Updated framework to newest major version
  • Updated code to available es2015 for the v8 engine
  • Updated all package dependencies

Express

  • Updated code to available es2015 for the v8 engine
  • Updated all package dependencies
  • const Promise = require('bluebird');

NodeJS

  • Updated code to available es2015 for the v8 engine
  • Fixed WARN on plaintext test
  • Use native Promise instead of bluebird
  • Updated all package dependencies

Koa

  • Updated code to available es2015 for the v8 engine (sadness that fat arrow generators are not available yet)
  • Updated all package dependencies
  • Added proper source_code file
  • Added README

RingoJS

  • Update framework to first major release
  • Update code to available es2015 (no arrow functions available yet)
  • Remove deprecated mustache package (fortune for non-convenvient test will have to be re-implemented)

var queryCache = module.singleton("queryCache", function() {
return new Cache(10000);
});
store.setQueryCache(queryCache);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please don't remove the query cache. It only caches parsed queries, not database results (see https://github.com/grob/ringo-sqlstore/wiki/Querycache for an explanation).

@NateBrady23 NateBrady23 merged commit 172b64b into TechEmpower:master Feb 28, 2017
zloster pushed a commit to zloster/FrameworkBenchmarks that referenced this pull request Mar 21, 2017
* quick vagrant fix

* all that js

* add queryCache back in for ringojs
@NateBrady23 NateBrady23 deleted the js branch March 30, 2017 22:54
benaadams added a commit to benaadams/FrameworkBenchmarks that referenced this pull request May 15, 2018
benaadams added a commit to benaadams/FrameworkBenchmarks that referenced this pull request May 16, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants