https://github.com/fantasyui-com/awesome-http
Awesome HTTP. [Awesome List]
https://github.com/fantasyui-com/awesome-http
awesome-list html http http-proxy linux mqtt nodejs parse-server pouchdb realtime websockets
Last synced: 20 days ago
JSON representation
Awesome HTTP. [Awesome List]
- Host: GitHub
- URL: https://github.com/fantasyui-com/awesome-http
- Owner: fantasyui-com
- License: gpl-3.0
- Created: 2017-03-25T16:50:29.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-17T20:45:11.000Z (about 7 years ago)
- Last Synced: 2025-07-03T02:02:17.619Z (11 months ago)
- Topics: awesome-list, html, http, http-proxy, linux, mqtt, nodejs, parse-server, pouchdb, realtime, websockets
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Awesome HTTP
## Proxies
- [http-proxy](https://github.com/nodejitsu/node-http-proxy) A full-featured http proxy
- [rocky](https://github.com/h2non/rocky) Full-featured, middleware-oriented HTTP and WebSocket proxy
## HTTP Frameworks
- [http](https://nodejs.org/api/http.html) Node.js HTTP interface
- [express](https://github.com/expressjs/express) Fast, unopinionated, minimalist web framework for node
- [parse-server](https://github.com/ParsePlatform/parse-server) Parse-compatible API server module for Node/Express [example](https://github.com/ParsePlatform/parse-server-example)
- [node-toobusy](https://github.com/lloyd/node-toobusy) servers that don't fall over
- [koa](http://koajs.com) Expressive middleware for node.js using ES2017 async functions
- [hapi](https://github.com/hapijs/hapi) Server Framework for Node.js
- [restify](https://github.com/restify/node-restify) REST framework specifically meant for web service APIs
- [feathers](https://github.com/feathersjs/feathers) Microservice framework built in the spirit of Express
- [json-server](https://github.com/typicode/json-server) Get a full fake REST API with zero coding in less than 30 seconds
- [next](https://github.com/zeit/next.js) Framework for server-rendered React apps
- [marko](https://github.com/marko-js/marko) Performant UI components and templates
## PubSub, WebSocket, and WebRTC
- [socket.io](https://github.com/socketio/socket.io/) Realtime application framework
- [ws](https://github.com/websockets/ws) Simple to use, blazing fast and thoroughly tested WebSocket client and server
- [socketcluster](https://github.com/socketcluster/socketcluster/) Highly scalable realtime framework
- [mqtt](https://github.com/mqttjs/MQTT.js) The MQTT client for Node.js and the browser [M2M/Internet of Things](http://mqtt.org/)
- [webtorrent](https://github.com/feross/webtorrent) Streaming torrent client for the web
## Data
- [gun](http://gun.js.org) A realtime, decentralized, offline-first, graph database engine
- [pouchdb](https://github.com/pouchdb/pouchdb) PouchDB is a pocket-sized database
## HTML
- [jsdom](https://github.com/tmpvar/jsdom) WHATWG DOM and HTML standards
- [cheerio](https://github.com/cheeriojs/cheerio) HTML Parser and Implementation of jQuery for the server
## Server Side
- [linux-dash](https://github.com/afaqurk/linux-dash) Web dashboard for Linux
- [http-server](https://github.com/indexzero/http-server) Simple zero-configuration command-line http server
- [node-static](https://github.com/cloudhead/node-static) rfc 2616 compliant HTTP static-file server with built-in caching.
- [ssh](https://github.com/mscdex/ssh2) SSH2 client and server modules