An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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)