Skip to content

Commit

Permalink
add websock logo to readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jangko committed Jun 29, 2021
1 parent b3c60bb commit eabf183
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<img alt="Websock Logo" align="left" src="websock.svg" width="15%"/>

# Websocket for Nim

![Github action](https://github.com/status-im/nim-ws/workflows/nim-ws%20CI/badge.svg)
![Github action](https://github.com/status-im/nim-websock/workflows/CI/badge.svg)

This is an implementation of [Websocket](https://tools.ietf.org/html/rfc6455) protocol for
[Nim](https://nim-lang.org/). nim-ws have both client and server in regular ws and wss(secure) mode.
[Nim](https://nim-lang.org/). nim-websock have both client and server in regular ws and wss(secure) mode.

It also pass all autobahn tests [Autobahn summary report](https://status-im.github.io/nim-ws/).
It also pass all autobahn tests [Autobahn summary report](https://status-im.github.io/nim-websock/).

Building and testing
--------------------
Expand All @@ -19,7 +21,7 @@ nimble install -d
Starting HTTP server:

```bash
nim c -r test/server.nim
nim c -r examples/server.nim
```

Testing Server Response:
Expand Down
117 changes: 117 additions & 0 deletions websock.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit eabf183

Please sign in to comment.