Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
/ demoWebWS Public archive

Web Sockets / web workers simple demo in Nim

Notifications You must be signed in to change notification settings

ivanflorentin/demoWebWS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple test for Web Workers and WebSockets in nim 

It needs karax to render the front end and websocket.nim to compile the server

https://github.com/pragmagic/karax
https://github.com/niv/websocket.nim

Start a web server to serve the static content:

$ python3 -m http.server 5000

and then 

$ sh ./run.sh

It will compile the client front end with karax,
the client back end wrapping webSockets
and the server, listening for sockets on port 8080

About

Web Sockets / web workers simple demo in Nim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages