Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/isuke/nim_websocket_sample

Nim websocket sample
https://github.com/isuke/nim_websocket_sample

nim nim-lang websocket

Last synced: 26 days ago
JSON representation

Nim websocket sample

Awesome Lists containing this project

README

        

:chapter-label:
:icons: font
:lang: en
:sectanchors:
:sectlinks:
:sectnums:
:source-highlighter: highlightjs

= Nim Websocket sample

== Install

[source,sh]
----
$ nimble develop
----

== Usage

[source,sh]
----
$ nimble c -r src/server.nim
$ nimble c -r src/client.nim
----