Skip to content

stkevintan/node-wcferry

Repository files navigation

Wcferry

CI npm version

Packages

  1. @wcferry/core: The native wcferry RPC client
  2. @wcferry/ws: A tiny websocket server built upon the core lib

Debug

Set environment DEBUG="wcferry:*" will enable debugging logs (powered by https://www.npmjs.com/package/debug)

Running tasks

To execute tasks with Nx use the following syntax:

nx <target> <project> <...options>

You can also run multiple targets:

nx run-many -t <target1> <target2>

..or add -p to filter specific projects

nx run-many -t <target1> <target2> -p <proj1> <proj2>

Targets can be defined in the package.json or projects.json. Learn more in the docs.

About

A node rpc client for wcferry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published