Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcandre/meteor-opal
Ruby runtime and core library for Meteor
https://github.com/marcandre/meteor-opal
Last synced: 3 months ago
JSON representation
Ruby runtime and core library for Meteor
- Host: GitHub
- URL: https://github.com/marcandre/meteor-opal
- Owner: marcandre
- License: other
- Created: 2013-12-14T03:56:57.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-04-29T20:04:42.000Z (over 7 years ago)
- Last Synced: 2024-07-31T23:11:58.643Z (6 months ago)
- Language: JavaScript
- Size: 223 KB
- Stars: 10
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- License: LICENSE
Awesome Lists containing this project
- awesome-opal - Opal Meteor - Ruby runtime and core library for Meteor (Uncategorized / Uncategorized)
README
# Meteor Opal
This package brings [Opal](http://opalrb.org/) to Meteor.
## Installation
Meteor Opal can be installed with [Meteorite](https://github.com/oortcloud/meteorite/). From inside a Meteorite-managed app:
``` sh
$ mrt add opal
```## Basics
Files ending in `.rb` or `.opal` will be compiled to Javascript.
## API
Based on Opal v0.5.5.
Additional support:
* File.read (server)
## Contributing
There's a problem with testing using `mrt test-packages`.
Instead, from a meteor app with opal installed as a package, use:
``` sh
$ meteor test-packages packages/opal
```