mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
x.websocket: move to net.websocket module (#10648)
This commit is contained in:
parent
c44a47acb1
commit
ec973f5c6e
41 changed files with 1656 additions and 67 deletions
|
@ -1,7 +1,7 @@
|
|||
module main
|
||||
|
||||
import os
|
||||
import x.websocket
|
||||
import net.websocket
|
||||
import term
|
||||
|
||||
// This client should be compiled an run in different konsoles
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
module main
|
||||
|
||||
import x.websocket
|
||||
import net.websocket
|
||||
import term
|
||||
|
||||
// this server accepts client connections and broadcast all messages to other connected clients
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue