![JAR search and dependency download from the Maven repository](/logo.png)
telemetry.server.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Pronghorn Show documentation
Show all versions of Pronghorn Show documentation
Primary dependency for any project using the Pronghorn framework
The newest version!
const express = require('express');
const app = express();
app.use(express.static(__dirname));
const PORT = 3000;
app.listen(PORT, () => console.log('browse localhost:' + PORT));
© 2015 - 2025 Weber Informatics LLC | Privacy Policy