diff --git a/README.md b/README.md index 1c7be69..3f1917a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,16 @@ # sockd +================= + +## Alternative +This is still incomplete implementation. +Better [alternative](https://github.com/joewalnes/websocketd). ## Usage +Make script file executable: ```bash chmod +x script.sh ``` +Run server: ```go go run main.go ```