https://github.com/simplisticated/connection
REST API over Socket Connection
https://github.com/simplisticated/connection
Last synced: 10 months ago
JSON representation
REST API over Socket Connection
- Host: GitHub
- URL: https://github.com/simplisticated/connection
- Owner: simplisticated
- License: mit
- Created: 2022-07-16T17:20:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-19T16:21:13.000Z (almost 2 years ago)
- Last Synced: 2025-05-25T19:52:13.062Z (10 months ago)
- Language: TypeScript
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## At a Glance
In simple words, this library helps you to build REST API over socket connection.
## How to Get Started
Type in Terminal:
`npm install --save @russo-programmisto/connection`
or, if you prefer `yarn` over `npm`, type:
`yarn add @russo-programmisto/connection`
## Requirements
No special requirements.
## Usage
Documentation will be added soon.
## License
`Connection` is available under the MIT license. See the [LICENSE](./LICENSE) file for more info.