An open API service indexing awesome lists of open source software.

https://github.com/performanc/internals

The internal libraries used in PerformanC projects.
https://github.com/performanc/internals

Last synced: 4 months ago
JSON representation

The internal libraries used in PerformanC projects.

Awesome Lists containing this project

README

          

# 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](#packages)
- [PWSL](#pwsl)
- [PWSL-mini](#pwsl-mini)
- [PCTL](#pctl)

## 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.