1.0.49 ā€¢ Published 7 months ago

jquery-server v1.0.49

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

Server-Side jQuery

Version License Build Status

šŸŽ‰ Welcome to the "Server-Side jQuery" project! šŸŽ‰

Because who said jQuery was just for the browser? šŸ˜„

With this magical Express.js overload, you can now use the famous dollar sign $ not only to manipulate the DOM but also to take control of your server-side logic!

Features

  • āœØ Unleash the power of $ on your server.
  • šŸš€ Create routes with the elegance of a jQuery selector.
  • šŸ˜„ Enjoy the irony of using a client-side library in the server environment.

Installation

To install Server-Side jQuery, simply run:

npm i jquery-server

Getting started

const $ = require('server-side-jquery');

// Use $ to create routes - because why not?
$('/').get((req, res) => {
  res.send('Hello, Server-Side jQuery!');
});

$('server').start(); // optionnal pass a port number

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknoledgements

Special thanks to the creators of jQuery for inspiring this server-side adventure. Remember, this project is purely for fun and experimentation. Please use responsibly, if at all! šŸ˜„

šŸ» Cheers to server-side jQuery! šŸ»

1.0.49

7 months ago

1.0.48

7 months ago

1.0.0

7 months ago