Socket
Socket
Sign inDemoInstall

typedapi-core

Package Overview
Dependencies
0
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    typedapi-core

Typed interaction between client and server. Core library.


Version published
Weekly downloads
10
increased by900%
Maintainers
1
Install size
12.7 kB
Created
Weekly downloads
 

Readme

Source

TypedAPI Core library

TypedAPI is set of libraries for creating client-server APIs for applications written in typescript.

WebsiteDocumentation

Core library provide several types and classes that used both by client and server.

  • errors.ts: base errors that can be thrown by server and catched by client.
  • json.ts: interface for json encoder. Most TypedAPI classes use that interface in configuration so you can provide your own JSON encoder/decoder.
  • messages.ts: message types that can be sent between client and server.
  • reflections.ts: reflections for data types that can be sent via TypeAPI.

Keywords

FAQs

Last updated on 05 May 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc