Skip to content

Files

Latest commit

 

History

History
26 lines (15 loc) · 817 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 817 Bytes

PerformanC Internals

This documents has the purpose of listing and explaining the packages and modules that are part of the PerformanC projects.

All the packages listed can be find in their branches inside this repository.

Table of contents

Packages

PWSL

PWSL is a tight implementation of the WebSocket protocol in Node.js within a light and easy-to-use package being browser WebSocket compatible.

PWSL-mini

PWSL-mini is a reduced version of the PWSL library, which is a library that provides easy access to the WebSocket protocol within a light package.

PCTL

PCTL is a library that provides an easy way to verify input data given to a function, allowing runtime type checking and error handling.