1.1.1 • Published 8 months ago

happyx v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

HappyX

for NodeJS

Currently bindings works only on Linux. To use it on Windows - use WSL

Getting Started

Install

npm install happyx

Examples

ECHO Server

import { Server, Request } from "happyx";

const app = new Server();

app.get("/", (req: Request) => {
    return "Hello, world!";
});

app.start();
1.1.1

8 months ago

1.1.0

8 months ago

1.0.8

8 months ago

3.0.0

8 months ago