typedapi-core
v0.3.2
Published
Typed interaction between client and server. Core library.
Downloads
5
Maintainers
Readme
TypedAPI Core library
TypedAPI is set of libraries for creating client-server APIs for applications written in typescript.
• Website • Documentation •
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.