Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/motss/learning-rethinkdb

Learning Rust the new open source real-time database
https://github.com/motss/learning-rethinkdb

Last synced: about 1 month ago
JSON representation

Learning Rust the new open source real-time database

Awesome Lists containing this project

README

        

# learning-rethinkdb
A custom package to output greetings.

## How to use
```js
/* Import the package */
const greetings = require('learning-rethinkdb');

/* Run it and display the output via console.log */
console.log(greetings()); /* output: Hello World from learning-rethinkdb! */
```