https://github.com/sudongyuer/rsocketman
🎸 A rsocket web devtools
https://github.com/sudongyuer/rsocketman
Last synced: 4 months ago
JSON representation
🎸 A rsocket web devtools
- Host: GitHub
- URL: https://github.com/sudongyuer/rsocketman
- Owner: sudongyuer
- License: other
- Created: 2021-12-17T07:09:31.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-29T17:23:13.000Z (about 3 years ago)
- Last Synced: 2025-03-18T23:44:25.088Z (7 months ago)
- Language: TypeScript
- Homepage: http://rsocketman.com
- Size: 3.55 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rsocketMan 🐳
A devtool for rsocket protocol 🔧
Easy to help you to test your rsocket servers 🎸



# Development Environment 🎨
## Installation 🌟
In rsocketMan-server and in rsocketMan-client
```bash
npm install
```## Usage 🍉
- In rsocketMan-server run `ts-node index.ts`
- In rsocketMan-client run `npm run dev `
## Authors
- [@sudongyuer](https://github.com/sudongyuer)