From 44f9932fe3a17fe2d048ad47812cf6d657c4fcc2 Mon Sep 17 00:00:00 2001 From: Dumitru Glavan Date: Fri, 25 Jul 2014 23:44:23 +0200 Subject: [PATCH] Add some modules closes #39 --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index a1e4d16..e896538 100644 --- a/readme.md +++ b/readme.md @@ -87,6 +87,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [Hapi](http://hapijs.com) - A rich framework for building applications and services. - [Meteor](https://www.meteor.com) - An ultra-simple, database-everywhere, data-on-the-wire, pure-Javascript web framework. - [SailsJS](http://sailsjs.org) - An MVC web framework with a modern twist, supporting WebSockets, streams, and a data-driven API. +- [Restify](http://mcavage.me/node-restify/) - A node framework built specifically to enable you to build correct REST web services. ### Command-line utilities @@ -186,11 +187,13 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [escape-string-regexp](https://github.com/sindresorhus/escape-string-regexp) - Escape RegExp special characters. - [indent-string](https://github.com/sindresorhus/indent-string) - Indent each line in a string. - [strip-indent](https://github.com/sindresorhus/strip-indent) - Strip leading whitespace from every line in a string. +- [i18n-node](https://github.com/mashpie/i18n-node) - Lightweight simple translation module for node.js / express.js with dynamic json storage. ### Math - [ndarray](https://github.com/mikolalysenko/ndarray) - Multidimensional arrays. +- [mathjs](https://github.com/josdejong/mathjs) - An extensive math library for JavaScript and Node.js. ### Parsing