Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fukaoi/crystal-libnode
Node.JS and V8 Javascript engine for Crystal. npm module execute on crystal-nodejs
https://github.com/fukaoi/crystal-libnode
crstal-lang nodejs npm
Last synced: 1 day ago
JSON representation
Node.JS and V8 Javascript engine for Crystal. npm module execute on crystal-nodejs
- Host: GitHub
- URL: https://github.com/fukaoi/crystal-libnode
- Owner: fukaoi
- Created: 2019-01-01T10:52:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-25T02:27:29.000Z (almost 6 years ago)
- Last Synced: 2024-12-20T10:47:27.553Z (about 2 months ago)
- Topics: crstal-lang, nodejs, npm
- Language: C++
- Size: 136 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# crystal-nodejs
Node.js for Crystal.
## Installation
library
```
sudo apt install clang++
``````bash
# need to lucky-cli
shards install
shards build# need to ecosystem for v8 engine
lucky install
```## Usage
## Development
TODO: Write development instructions here
## Contributors
- [fukaoi](https://github.com/fukaoi) fukaoi - creator, maintainer