bare

1.2.2 • Public • Published

Bare

Small and modular JavaScript runtime for desktop and mobile. Like Node.js, it provides an asynchronous, event-driven architecture for writing applications in the lingua franca of modern software. Unlike Node.js, it makes embedding and cross-device support core use cases, aiming to run just as well on your phone as on your laptop. The result is a runtime ideal for networked, peer-to-peer applications that can run on a wide selection of hardware.

npm i -g bare

Usage

bare [flags] <filename> [...args]

Arguments:
  <filename>
  [...args]

Flags:
  --version|-v
  --eval|-e <script>
  --print|-p <script>
  --help|-h   Show help

When imported, the module exports the global Bare namespace. See https://github.com/holepunchto/bare#api for the API documentation.

const Bare = require('bare')

Credits

The bare package name on npm was kindly donated by the folks at Accosine.

License

Apache-2.0

Readme

Keywords

none

Package Sidebar

Install

npm i bare

Weekly Downloads

10

Version

1.2.2

License

Apache-2.0

Unpacked Size

13.5 kB

Total Files

6

Last publish

Collaborators

  • mafintosh
  • kasperisager
  • andrewosh