add psn lib

This commit is contained in:
Joel Wetzell
2023-10-04 11:54:51 -05:00
parent 6102227558
commit 255bb42083
+17
View File
@@ -0,0 +1,17 @@
---
title: "PositStageNet JS Lib"
date: 2023-09-10T12:00:00-06:00
draft: false
---
## What is it?
A TypeScript implementation of the [PosiStageNet protocol](https://github.com/vyv/psn-cpp/blob/master/doc/PosiStageNetprotocol_v2.03_2019_09_09.pdf) that supports both encoding/decoding. This implementation is transport agnostic and has 0 dependencies.
Some of the technologies are listed below.
* [NodeJS](https://nodejs.org/)
* [TypeScript](https://www.typescriptlang.org/)d
## Where can I get it?
* [Source](https://github.com/jwetzell/psn-js)
* [NPM](https://www.npmjs.com/package/@jwetzell/posistagenet)