Code Monkey home page Code Monkey logo

axum-js's Introduction

axum-js

Tests Status Deploy Status

NPM version License: MIT Contributions welcome Twitter Follow

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.

๐ŸŽฏ Supported Platforms

  • darwin-x64
  • linux-x64-gnu
  • win32-x64-msvc

๐Ÿš€ Installation

npm install @lambda-group/axum-js

๐Ÿ›  Usage

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}`)
});

๐Ÿค Contributing

We're always on the lookout for contributions. Navigate to CONTRIBUTING.md for the scoop on how you can join the crew.

๐Ÿ“œ License

Distributed under the MIT License.

๐Ÿ™ Acknowledgements

  • Kudos to the Axum and Napi-rs communities for laying the groundwork that made axum-js feasible.
  • A world of thanks to every contributor to axum-js, your input, no matter the magnitude, propels us forward.

Idealized with โค๏ธ by Daniel Boll

axum-js's People

Contributors

daniel-boll avatar thesloppyguy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.