Skip to content

Commit 20f30c2

Browse files
author
Eric Elliott
committed
Add NodeGoat
* Add NodeGoat * isomorphic-express-boilerplate -> universal-react-boilerplate
1 parent 23a4ae7 commit 20f30c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ Some of these links are affiliate links, meaning that if you make a purchase, I
123123
* [HTML5 Cross Browser Polyfills](https://github.com/Modernizr/Modernizr/wiki/HTML5-Cross-Browser-Polyfills) A fairly comprehensive list of HTML5 API polyfills.
124124
* [HTML5 Boilerplate](https://github.com/h5bp/html5-boilerplate) You'll want to cherry-pick the best of this for your production apps. See [Initializr](http://www.initializr.com)
125125
* [prod-module-boilerplate](https://github.com/ericelliott/prod-module-boilerplate) A boilerplate for production-ready JavaScript packages
126-
* [The Isomorphic Express Boilerplate](https://github.com/ericelliott/isomorphic-express-boilerplate) Write apps using the same code for both the client and the server using Node, Express, and Browserify.
126+
* [The Universal React Boilerplate](https://github.com/ericelliott/universal-react-boilerplate) Write apps using the same code for both the client and the server using Node, Express, and Browserify.
127+
* [NodeGoat](https://github.com/OWASP/NodeGoat) Identify security vulnerabilities in your Node apps.
127128
* [lightning.js](https://github.com/olark/lightningjs) Async fetch load 3rd party JS & expose a promise API.
128129
* [dotty](https://github.com/deoxxa/dotty) Get deep properties using dot notation without throwing. e.g., `dotty.get(req, 'user.id');`
129130
* [native-promise-only](https://github.com/getify/native-promise-only) An ECMAScript standard promise polyfill by Kyle Simpson.

0 commit comments

Comments
 (0)