Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/isuke/nim_websocket_sample
- Owner: isuke
- Created: 2018-05-20T15:44:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-28T07:28:27.000Z (over 6 years ago)
- Last Synced: 2024-10-25T12:59:41.948Z (2 months ago)
- Topics: nim, nim-lang, websocket
- Language: Nim
- Size: 1.62 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
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
----