mirror of
https://github.com/sdogruyol/awesome-ruby.git
synced 2024-11-20 11:06:15 -05:00
Some contribs v3...
This commit is contained in:
parent
e797afee7a
commit
189bd6180d
1 changed files with 8 additions and 5 deletions
13
README.md
13
README.md
|
@ -127,10 +127,6 @@ A curated list of awesome Ruby frameworks, libraries and resources. Inspired by
|
|||
|
||||
*Libraries for manipulating images.*
|
||||
|
||||
## Audio
|
||||
|
||||
*Libraries for manipulating audio.*
|
||||
|
||||
## Video
|
||||
|
||||
*Libraries for manipulating video and GIFs.*
|
||||
|
@ -154,6 +150,14 @@ A curated list of awesome Ruby frameworks, libraries and resources. Inspired by
|
|||
* [excon](https://github.com/excon/excon) Usable, fast, simple HTTP(S) 1.1 for Ruby
|
||||
* [nestful](https://github.com/maccman/nestful) Simple Ruby HTTP/REST client with a sane API
|
||||
|
||||
## Web Servers
|
||||
|
||||
*App server interface*
|
||||
|
||||
* [puma](https://github.com/puma/puma)
|
||||
* [thin](https://github.com/macournoyer/thin)
|
||||
* [trinidad](https://github.com/trinidad/trinidad)
|
||||
|
||||
## Database Drivers
|
||||
|
||||
*Libraties for connecting and operating databases.*
|
||||
|
@ -236,7 +240,6 @@ A curated list of awesome Ruby frameworks, libraries and resources. Inspired by
|
|||
*Libraries for working with event and task queues.*
|
||||
|
||||
* [Resque](https://github.com/resque/resque) A Redis-backed Ruby library for creating background jobs, placing them on multiple queues.
|
||||
* [Sidekiq](http://sidekiq.org) — a full-featured background processing framework for Ruby. It aims to be simple to integrate with any modern Rails application and much higher performance than other existing solutions.
|
||||
* [Delayed::Job](https://github.com/tobi/delayed_job) — Database backed asynchronous priority queue.
|
||||
* [Qu](https://github.com/bkeepers/qu) A Ruby library for queuing and processing background jobs.
|
||||
* [Sidekiq](https://github.com/mperham/sidekiq) Simple, efficient background processing for Ruby
|
||||
|
|
Loading…
Reference in a new issue