9 matches across 1 files for func main path:examples/vhost/index.js path:examples/vhost/index.js path:examples/vhost/index.js
snippet_mode: auto · sorted by relevance
examples/vhost/index.js JAVASCRIPT 9 matches · showing 5 view file →
17*/
18
19// Main server app
20
21var main = express();
· · ·
21var main = express();
22
23if (!module.parent) main.use(logger('dev'));
· · ·
23if (!module.parent) main.use(logger('dev'));
24
25main.get('/', function(req, res){
· · ·
25main.get('/', function(req, res){
26 res.send('Hello from main app!');
27});
· · ·
26 res.send('Hello from main app!');
27});
28
+ 4 more matches in this file
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.