Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
2c1cabee
Commit
2c1cabee
authored
Oct 13, 2014
by
funshine
Browse files
add readme
parent
3e93fbd5
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
2c1cabee
...
...
@@ -205,18 +205,16 @@ net module
---------------
常量:net.TCP, net.UDP
net.createServer(type
, secure
)
net.createServer(type)
描述:建立一个服务器
type:net.TCP或 net.UDP
secure:true 或者 false,表示是否为安全连接
返回:net.server子模块
net.createConnection(type
, secure
)
net.createConnection(type)
描述:建立一个客户端
type:net.TCP或 net.UDP
secure:true 或者 false,表示是否为安全连接
返回:net.socket子模块
net.server module
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment