fidj node tools
npm install fidj-node> FIDJ node tools - A TypeScript library providing utilities for client authentication, session management, and more.
Node.js library that provides a set of tools for FIDJ client authentication, connection management, session
handling, and various utility functions. It's designed to simplify interactions with remote services or APIs.
``bash`
npm install fidj-node
The library consists of several modules:
- connection: Provides classes and interfaces for client authentication and connection management
- sdk: Software development kit for interacting with services
- session: Handles user sessions
- tools: Utility functions for Base64 encoding/decoding, storage operations, and XOR operations
Please read the specifications for detailed information about each module:
- connection: Client authentication and connection management
- sdk: SDK for service interaction
- session: Session handling
- tools: Utility functions
- scenarios: Usage scenarios and examples
`bashRun tests
npm test
See Changelog.
MIT