Mirror of
forum.nim-lang.org
index
3987 :: i want to build a Wlan based chat and file transfer system in nim
[2018-06-27T16:38:26+02:00]
View Orginal
victor
(orginal)
[2018-06-27T16:38:26+02:00]
view original
i want to build a Wlan based chat and file transfer system in nim, i want to know if this i possible in nim?
mashingan
(orginal)
[2018-06-27T18:54:10+02:00]
view original
Yes, it's possible. You'll need to consult
asyncnet
,
net
,
asyncdispatch
,
os
module a lot.
Good luck.
victor
(orginal)
[2018-06-28T02:40:53+02:00]
view original
gui based? like qt?
mashingan
(orginal)
[2018-06-28T06:08:03+02:00]
view original
check
here
for nimble packages reference.