https://github.com/skelsec/nimwsnetproxy
websockets-tcp proxy in nim
https://github.com/skelsec/nimwsnetproxy
Last synced: 6 days ago
JSON representation
websockets-tcp proxy in nim
- Host: GitHub
- URL: https://github.com/skelsec/nimwsnetproxy
- Owner: skelsec
- License: mit
- Created: 2021-01-12T22:39:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-15T22:35:33.000Z (over 4 years ago)
- Last Synced: 2024-11-08T05:39:28.472Z (5 months ago)
- Language: Nim
- Size: 16.6 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome - Nimwsnetproxy - Websockets-tcp proxy in nim. (Development / Programming)
README
# nimwsnetproxy
websockets-tcp proxy in nim# compile
`nim -d:release --opt:size c wsnetproxy`
If you wish to have smaller size also do a `strip -s wsnetproxy` after (linux)