https://github.com/modernistik/warpcore
Quickly build scalable app servers with Parse Server and Ruby.
https://github.com/modernistik/warpcore
Last synced: 14 days ago
JSON representation
Quickly build scalable app servers with Parse Server and Ruby.
- Host: GitHub
- URL: https://github.com/modernistik/warpcore
- Owner: modernistik
- Created: 2016-08-14T00:08:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-09T02:09:32.000Z (almost 8 years ago)
- Last Synced: 2025-04-09T17:15:22.295Z (14 days ago)
- Language: Ruby
- Homepage: https://github.com/modernistik/warpcore
- Size: 17.6 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WarpCore
WarpCore is a set of components and classes commonly used for quickly building scalable cloud applications with [Parse-Server](https://github.com/adelevie/parse-ruby-client) and Ruby. It bundles several technologies such as: [Puma](http://puma.io/), [Parse Stack](https://github.com/modernistik/parse-stack), [MongoDB](https://www.mongodb.com/), [Redis](http://redis.io/) and [Sidekiq](https://github.com/mperham/sidekiq).
### Code Status
[](https://badge.fury.io/rb/warpcore)
[](https://travis-ci.org/modernistik/warpcore)
[](https://www.modernistik.com/gems/warpcore/)## Installation
Add this line to your application's Gemfile:
```ruby
gem 'warpcore'
```And then execute:
$ bundle
Or install it yourself as:
$ gem install warpcore