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:
parent
3b5687f8d0
commit
887d930e7c
1 changed files with 8 additions and 0 deletions
|
@ -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.*
|
||||
|
|
Loading…
Reference in a new issue