Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
capstone-server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Neil Harlow
capstone-server
Commits
e7de60be
Commit
e7de60be
authored
9 years ago
by
Neil
Browse files
Options
Downloads
Patches
Plain Diff
more hook
parent
06199f3a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
hook_server.js
+5
-0
5 additions, 0 deletions
hook_server.js
server.js
+4
-0
4 additions, 0 deletions
server.js
with
9 additions
and
0 deletions
hook_server.js
+
5
−
0
View file @
e7de60be
/*
This server is running at 52.24.152.96:3001
ec2-52-24-152-96.us-west-2.compute.amazonaws.com
*/
var
util
=
require
(
'
util
'
),
exec
=
require
(
'
child_process
'
).
exec
;
var
http
=
require
(
"
http
"
);
...
...
This diff is collapsed.
Click to expand it.
server.js
+
4
−
0
View file @
e7de60be
/*
Current IP of EC2 is 52.24.152.96, running this server on PORT 3000
*/
var
net
=
require
(
'
net
'
);
function
Proxy
(
port
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment