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.
- Host: GitHub
- URL: https://github.com/performanc/internals
- Owner: PerformanC
- License: bsd-2-clause
- Created: 2024-01-29T19:50:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-08T00:03:54.000Z (over 1 year ago)
- Last Synced: 2025-02-21T23:17:54.837Z (10 months ago)
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.