@walkeros/server-source-express
Turn-key HTTP event collection server with Express.js. Runs standalone or embeds inside an existing Express app, handles JSON POST events, pixel tracking via GET, and configurable CORS.
Documentation • NPM Package • Source Code
Installation
npm install @walkeros/server-source-express
Quick start
{
"version": 4,
"flows": {
"default": {
"config": { "platform": "server" },
"sources": {
"express": {
"package": "@walkeros/server-source-express",
"config": {}
}
}
}
}
}
Documentation
Full configuration, mapping, and examples live in the docs: https://www.walkeros.io/docs/sources/server/express
Contribute
Feel free to contribute by submitting an issue, starting a discussion, or getting in contact.
License
MIT