From fb2953eab72bd7e5478225fed2d640fdd5bc64b0 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Mon, 24 Aug 2015 15:16:37 +0100 Subject: [PATCH] Add jsRequest --- BigBoxOfJavascript.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BigBoxOfJavascript.md b/BigBoxOfJavascript.md index 9a4f2c7..f3b5d6b 100644 --- a/BigBoxOfJavascript.md +++ b/BigBoxOfJavascript.md @@ -2,6 +2,9 @@ - [es6-features.org](http://es6-features.org/#SpreadOperator) - An overview of the new features added in EcmaScript 6 +## Net + - [jsRequest](https://github.com/danilo-valente/jsRequest) - Fast and easy asynchronous JavaScript files loading. + ## Searching - [lunr.js](http://lunrjs.com/) - A lightweight search engine to use - [Defiant.js](http://www.defiantjs.com/) - Search JSON structures with XPath expressions