https://github.com/krishpranav/coco
Ruby Web Framework
https://github.com/krishpranav/coco
application backend framework localhost micro microservice ruby web webapps
Last synced: 9 months ago
JSON representation
Ruby Web Framework
- Host: GitHub
- URL: https://github.com/krishpranav/coco
- Owner: krishpranav
- License: mit
- Created: 2023-04-09T07:42:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-11T14:33:50.000Z (almost 3 years ago)
- Last Synced: 2025-03-04T13:46:23.746Z (about 1 year ago)
- Topics: application, backend, framework, localhost, micro, microservice, ruby, web, webapps
- Language: Ruby
- Homepage:
- Size: 23.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# coco
Ruby Web Framework
## Installation:
```
$ gem install cocoa
```
- using cocoa in Gemfile
```ruby
source https://rubygems.org/
gem 'coco'
```