Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/ggrossetie/opal-node-runtime

Opal Runtime for Node.js
https://github.com/ggrossetie/opal-node-runtime

javascript nodejs opal

Last synced: 4 months ago
JSON representation

Opal Runtime for Node.js

Lists

README

        

# Opal Runtime for Node.js

[![Travis build status](https://github.com/Mogztter/opal-node-runtime/workflows/Build/badge.svg)](https://github.com/Mogztter/opal-node-runtime/actions?query=workflow%3ABuild)
[![npm version](http://img.shields.io/npm/v/opal-runtime.svg)](https://www.npmjs.org/package/opal-runtime)

## Usage

```javascript
var Opal = require('opal-runtime').Opal;
// Now let's have fun with Opal!
```