const http = require('http')
const server = http.createServer((req, res) => {
res.writeHead(200)
res.end('hello yoa2')
})
server.listen(9092, () => {
console.log('server start on port 9092')
})
-
Notifications
You must be signed in to change notification settings - Fork 0
yuzexia/yoa
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
yoa
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published