ExpressNET

An Express.js wrapper for CSharp
No description
2 Replies
Groophy
GroophyOP2y ago
currently private repo but I'll do public as soon as - dotnet template added - now support sending binary files(eg. png)
Groophy
GroophyOP17mo ago
Express.NET An wrapper of expess.js which Fast, Easy, No-Depency Fast -> Build a light server without giving up the language you love. ------------ Easy -> You can avoid unnecessary clutter and set up a lightweight server for your projects. ------------ No-Depency -> The library has no additional libraries other than the default ('System') library and works on all platforms. GitHub - https://github.com/GroophyLifefor/ExpressNET Installation - Install-Package ExpressNET Sample Usage
using ExpressNET;
Express app = new Express();

app.get("/", (req, res) => {
resp.send("Hello World");
});

app.listen(3000);

// Or Console.ReadLine(); instead
app.DoNotEndMyConsole();
using ExpressNET;
Express app = new Express();

app.get("/", (req, res) => {
resp.send("Hello World");
});

app.listen(3000);

// Or Console.ReadLine(); instead
app.DoNotEndMyConsole();
Thanks for reading. ❤️
GitHub
GitHub - GroophyLifefor/ExpressNET
Contribute to GroophyLifefor/ExpressNET development by creating an account on GitHub.
Want results from more Discord servers?
Add your server