axum-js
is a TypeScript/JavaScript wrapper around the Rust Axum crate, brought to you via Napi-rs. This initiative seeks to imbue the JavaScript ecosystem with the resiliency and efficiency inherent to Axum.
Initiated during Hacktoberfest 2023 by Daniel Boll, this project now thrives under the stewardship of the @lambda-group
.
darwin-x64
linux-x64-gnu
win32-x64-msvc
npm install @lambda-group/axum-js
import { axum } from "@lambda-group/axum-js";
const app = axum();
const port = 3000;
app.get('/', (req, res) => {
res.send('Hello World!')
});
app.listen(port, () => {
console.log(`Server is humming on port ${port}`)
});
We're always on the lookout for contributions. Navigate to CONTRIBUTING.md for the scoop on how you can join the crew.
Distributed under the MIT License.
axum-js
feasible.axum-js
, your input, no matter the magnitude, propels us forward.