nbd-wtf / nostr-tools

Tools for developing Nostr clients.
The Unlicense
685 stars 188 forks source link

Update index.ts #418

Open zzzhan opened 1 month ago

zzzhan commented 1 month ago

export useWebSocketImplementation for nodejs

fiatjaf commented 1 month ago

We're avoiding cluttering this index file and encourage importing submodules directly to prevent bloat in applications.

It's better if you import 'nostr-tools/relay' directly.

Eventually we may even get rid of the index entirely.