1
0
Fork 0
mirror of https://github.com/sdogruyol/awesome-ruby.git synced 2024-11-20 11:06:15 -05:00

Added more

This commit is contained in:
Serdar Dogruyol 2014-07-04 12:20:24 +03:00
parent 3b5687f8d0
commit 887d930e7c

View file

@ -254,6 +254,8 @@ A curated list of awesome Ruby frameworks, libraries and resources. Inspired by
*Libraries for caching data.*
* [Dalli](https://github.com/mperham/dalli) - a high performance pure Ruby client for accessing memcached servers.
## Email
*Libraries for sending and parsing email.*
@ -272,10 +274,14 @@ A curated list of awesome Ruby frameworks, libraries and resources. Inspired by
*Libraries for working with HTML and XML.*
* [Nokogiri](http://nokogiri.org)
## Web Crawling
*Libraries for scraping websites.*
* [Nokogiri](http://nokogiri.org)
## Web Content Extracting
*Libraries for extracting web contents.*
@ -318,6 +324,8 @@ A curated list of awesome Ruby frameworks, libraries and resources. Inspired by
*Libraries for woking with processes or threads*
* [Parallel](https://github.com/grosser/parallel) - Ruby parallel processing made simple and fast
## Networking
*Libraries for network programming.*