https://github.com/isuke/nim_websocket_sample
Nim websocket sample
https://github.com/isuke/nim_websocket_sample
nim nim-lang websocket
Last synced: about 1 year 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-28T07:28:27.000Z (about 8 years ago)
- Last Synced: 2025-02-06T06:44:34.230Z (over 1 year 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
----