Fast, unopinionated, minimalist web framework for node.
-
Updated
Jul 11, 2021 - JavaScript
{{ message }}
A server is a program or device that provides functionality for other programs and devices, called clients. This relation forms the Client-Server Model.
Fast, unopinionated, minimalist web framework for node.
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
The fastest HTTP/2 Go Web Framework. AWS Lambda, gRPC, MVC, Unique Router, Websockets, Sessions, Test suite, Dependency Injection and more. A true successor of expressjs and laravel | 谢谢 https://github.com/kataras/iris/issues/1329 |
REST API for any Postgres database
An evolving how-to guide for securing a Linux server.
The upstream pull got closed. It is referenced in:
This issue was created by the ORY Closed Reference Notifier GitHub action.
I have another command line tool that uses hs to run commands, but there is a conflict between that tool and http-server, which appears to be installed along with Node.js. Is there any way to remove or disable the hs alias directive as shown on https://github.com/http-party/http-server/blob/db66b17e28105d4fd6d41913cd5a7cbe7ba1528f/package.json#L82
This code relies on an overflow:
https://github.com/OpenRCT2/OpenRCT2/blob/9383fcef410aa6a94e3ad07a8da4a2eba41fbdb8/src/openrct2-ui/windows/Ride.cpp#L1603-L1612
There are multiple occurrences like this, all of them should be changed.
This is prone to errors when things like either type or max value change.
A beautiful web dashboard for Linux
The Go Cloud Development Kit (Go CDK): A library and tools for open cloud development in Go.
The READMEs and any example code in all projects should be updated to reflect the move from the IBM-Swift organization to the Kitura organization.
If anyone wants to take on all or part of this, please comment here so other's know what you're working on and submit PR's. :-)
Thanks!
Serves a webpack app. Updates the browser on changes. Documentation https://webpack.js.org/configuration/dev-server/.
A Ruby/Rack web server built for concurrency
Catches mail and serves it through a dream.
Unity3D Client And C# Server Framework
A MMOG engine of server.
The dialog currently opens on the top of my screen, even in negative position so that the title bar is mostly outside of my screen.
It also shows way off horizontally.
I would also expect it to show modally, blocking input to the settings window. At the moment you can click shortcut again, closing the previous dialog and opening a new dialog.
This is confusing and can lead to current changes
A lightweight, fast and extensible game server for Minecraft
... to make it easier to read Vespa documentation on an e-reader / offline
Vespa documentation is generated using Jekyll from .md and .html files, look into options for generating the artifact as part of site generation (there might be plugins we can use here)
Same issue as vapor/multipart-kit#22 (comment)
Looks like a easy fix in the following line, just make it always quote the parameter
https://github.com/vapor/vapor/blob/07478e1edb9376f96c1fd5d797c5f401165d4ec2/Sources/Vapor/HTTP/Headers/HTTPHeaders%2BDirective.swift#L180