0.12.0 • Published 2 years ago

@hyper-hyper-space/node-env v0.12.0

Weekly downloads
1
License
MIT
Repository
github
Last release
2 years ago

NodeJs support for the Hyper Hyper Space core library

The Hyper Hyper Space core library, available as @hyper-hyper-space/core in NPM, is designed to work in a web browser. This library adds the missing functionality it needs to work as a NodeJs application to the global scope:

  • a WebRTC implementation
  • a WebSockets server, so peers can listen on websocket endpoints
  • a IndexedDB implementation, useful for testing storage code intended for the browser

before you can use the core library, yo need to

import '@hyper-hyper-space/node-env';