This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Continous_Integration_in_der_Praxis
/
CIiP-2019-SoSe-Projektarbeit_ircd-js
forked from
sheogorath/ircd-js
Watch
2
Star
0
Fork
0
Code
Releases
Activity
Browse Source
Feature: Add index.js that starts the actual server
feature/index.js
Sheogorath
5 years ago
parent
c5b505a819
commit
806dee970a
No known key found for this signature in database
GPG Key ID:
1F05CC3635CDDFFD
1 changed files
with
3 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
3
index.js
3
index.js
View File
@ -0,0 +1,3 @@
const
server
=
require
(
"./src/server.js"
)
server
.
create
(
)
.
listen
(
6667
)
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
Continous_Integration_in_der_Praxis/CIiP-2019-SoSe-Projektarbeit_ircd-js
Title
Body
Create Issue