All Projects → hachreak → swagger_routerl

hachreak / swagger_routerl

Licence: other
Routing library that generate the routing table from swagger.yaml.

Programming Languages

erlang
1774 projects
shell
77523 projects

Projects that are alternatives of or similar to swagger routerl

Aleph
Asynchronous communication for Clojure
Stars: ✭ 2,389 (+16964.29%)
Mutual labels:  tcp, websockets
Hookah
A cross-platform tool for data pipelines.
Stars: ✭ 83 (+492.86%)
Mutual labels:  tcp, websockets
Saea
SAEA.Socket is a high-performance IOCP framework TCP based on dotnet standard 2.0; Src contains its application test scenarios, such as websocket,rpc, redis driver, MVC WebAPI, lightweight message server, ultra large file transmission, etc. SAEA.Socket是一个高性能IOCP框架的 TCP,基于dotnet standard 2.0;Src中含有其应用测试场景,例如websocket、rpc、redis驱动、MVC WebAPI、轻量级消息服务器、超大文件传输等
Stars: ✭ 318 (+2171.43%)
Mutual labels:  tcp, websockets
Siler
⚡ Flat-files and plain-old PHP functions rockin'on as a set of general purpose high-level abstractions.
Stars: ✭ 1,056 (+7442.86%)
Mutual labels:  websockets, routing
Kalm.js
The socket manager
Stars: ✭ 155 (+1007.14%)
Mutual labels:  tcp, websockets
neteng-roadmap
Network Engineering at Scale Roadmap/Landscape
Stars: ✭ 53 (+278.57%)
Mutual labels:  tcp, routing
Bigq
Messaging platform in C# for TCP and Websockets, with or without SSL
Stars: ✭ 18 (+28.57%)
Mutual labels:  tcp, websockets
Getty
a netty like asynchronous network I/O library based on tcp/udp/websocket; a bidirectional RPC framework based on JSON/Protobuf; a microservice framework based on zookeeper/etcd
Stars: ✭ 532 (+3700%)
Mutual labels:  tcp, websockets
Hprose Js
Hprose is a cross-language RPC. This project is Hprose 2.0 RPC for JavaScript
Stars: ✭ 133 (+850%)
Mutual labels:  tcp, websockets
Sish
HTTP(S)/WS(S)/TCP Tunnels to localhost using only SSH.
Stars: ✭ 2,087 (+14807.14%)
Mutual labels:  tcp, websockets
Cowboy
Small, fast, modern HTTP server for Erlang/OTP.
Stars: ✭ 6,533 (+46564.29%)
Mutual labels:  websockets, cowboy
Hprose Html5
Hprose is a cross-language RPC. This project is Hprose 2.0 Client for HTML5
Stars: ✭ 237 (+1592.86%)
Mutual labels:  tcp, websockets
Microwebsrv
A micro HTTP Web server that supports WebSockets, html/python language templating and routing handlers, for MicroPython (used on Pycom modules & ESP32)
Stars: ✭ 420 (+2900%)
Mutual labels:  websockets, routing
node-jsonrpc2
JSON-RPC 2.0 server and client library, with HTTP (with Websocket support) and TCP endpoints
Stars: ✭ 103 (+635.71%)
Mutual labels:  tcp, websockets
minidb
A minimal in-memory distributed master-less document database
Stars: ✭ 29 (+107.14%)
Mutual labels:  erlang-libraries, erlang-library
N2o
⭕ N2O: Distributed Application Server
Stars: ✭ 1,262 (+8914.29%)
Mutual labels:  tcp, websockets
Ws Tcp Relay
A simple relay between WebSocket clients and TCP servers
Stars: ✭ 186 (+1228.57%)
Mutual labels:  tcp, websockets
sockerl
Sockerl is an advanced Erlang/Elixir socket framework for TCP protocols and provides fast, useful and easy-to-use API for implementing servers, clients and client connection pools.
Stars: ✭ 26 (+85.71%)
Mutual labels:  erlang-libraries, erlang-library
wocket
A WebSocket library for Deno
Stars: ✭ 103 (+635.71%)
Mutual labels:  websockets
nc
Porting Netcat in Node.js. CLI util. 💻
Stars: ✭ 17 (+21.43%)
Mutual labels:  tcp

swagger_routerl

Routing library that generate the routing table from swagger.yaml.

Implemented plugins:

  • Cowboy REST routing table.
  • Cowboy Websocket routing table: dispatch events on top of a websocket endpoint.
  • Raw tcp: dispatch events on top of a socket.

How configure plugins

See example demo_pets.

Build

$ rebar3 compile

Test

$ ./run-tests.sh
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].