README.us
1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
,'''''',
''''''''''''''
''''' '''''''''''.
'''' ''''''''''''
'''' ;' '''',
''': :'''
'':. `.;'
''''''''; ,''''''''
'''''''''''''; .''''''''''''',
,''''': '''''''' ,''''''' .''''''
'''', ,''''';'''''' '''',
:'''' `'''''''; ,''''
:'''' ''''''' ,''''
::::` ;::::::::::` ::::.
,;;;;;. .;;;;;;; ;;;;;;;: ;;;;;;
;;;;;;;;;;;;;; :;;;;;;;;;;;;;:
;;;;;;;;; :;;;;;;;;` GOORM IDE
README
Basically we give you 3 ports of personal use.
Since these port can be changed for its creating time, please use your port following the direction.
Default port used by Node.js is automatically connected through this variable.
process.env.PORT
Examples)
var app = express();
var port = process.env.PORT || 3000;
http.createServer(app).listen(port, function(){
console.log("Express server listening on port " + port);
});
If you need additional port, you can use other variables below.
process.env.PORT2
process.env.PORT3