NOssl
This commit is contained in:
parent
309d2d6924
commit
316fac7f50
6
app.js
6
app.js
|
|
@ -1900,12 +1900,12 @@ http.createServer(app).listen(80);*/
|
||||||
employee.tcpClose();
|
employee.tcpClose();
|
||||||
})*/
|
})*/
|
||||||
// Binding the event to the eventhandler
|
// Binding the event to the eventhandler
|
||||||
/*
|
|
||||||
app.listen(80,function functionName() {
|
app.listen(80,function functionName() {
|
||||||
console.log('Server elindult a 80-es porton.');
|
console.log('Server elindult a 80-es porton.');
|
||||||
|
|
||||||
});*/
|
});
|
||||||
module.exports = app;
|
//module.exports = app;
|
||||||
/*
|
/*
|
||||||
server.listen(80,function functionName() {
|
server.listen(80,function functionName() {
|
||||||
console.log('Server elindult a 80-es porton.');
|
console.log('Server elindult a 80-es porton.');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue