All Projects → tuhuynh27 → Jiny

tuhuynh27 / Jiny

Licence: apache-2.0
Lightweight, modern, simple JVM web framework for rapid development in the API era

Programming Languages

java
68154 projects - #9 most used programming language
kotlin
9241 projects
scala
5932 projects

Projects that are alternatives of or similar to Jiny

Libhv
🔥 比libevent、libuv更易用的国产网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket client/server.
Stars: ✭ 3,355 (+8287.5%)
Mutual labels:  websocket, http-client, websocket-server, websocket-client, http-server
Beast
HTTP and WebSocket built on Boost.Asio in C++11
Stars: ✭ 3,241 (+8002.5%)
Mutual labels:  websocket, http-client, websocket-server, websocket-client, http-server
Firefly
Firefly is an asynchronous web framework for rapid development of high-performance web application.
Stars: ✭ 277 (+592.5%)
Mutual labels:  web-framework, websocket, http-client, http-server
Cowboy
Small, fast, modern HTTP server for Erlang/OTP.
Stars: ✭ 6,533 (+16232.5%)
Mutual labels:  web-framework, websocket, websocket-server, http-server
Sylar
C++高性能分布式服务器框架,webserver,websocket server,自定义tcp_server(包含日志模块,配置模块,线程模块,协程模块,协程调度模块,io协程调度模块,hook模块,socket模块,bytearray序列化,http模块,TcpServer模块,Websocket模块,Https模块等, Smtp邮件模块, MySQL, SQLite3, ORM,Redis,Zookeeper)
Stars: ✭ 895 (+2137.5%)
Mutual labels:  http-client, websocket-server, websocket-client, http-server
Gun
HTTP/1.1, HTTP/2 and Websocket client for Erlang/OTP.
Stars: ✭ 710 (+1675%)
Mutual labels:  websocket, http-client, websocket-client
remoting
Jetlang Remoting - asynchronous distributed messaging
Stars: ✭ 27 (-32.5%)
Mutual labels:  websocket-server, websocket-client, http-server
Netcoreserver
Ultra fast and low latency asynchronous socket server & client C# .NET Core library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution
Stars: ✭ 799 (+1897.5%)
Mutual labels:  websocket, websocket-server, http-server
Websockets
Library for building WebSocket servers and clients in Python
Stars: ✭ 3,724 (+9210%)
Mutual labels:  websocket, websocket-server, websocket-client
Zio Http
A scala library to write Http apps.
Stars: ✭ 162 (+305%)
Mutual labels:  websocket, http-client, http-server
Ws
Simple to use, blazing fast and thoroughly tested WebSocket client and server for Node.js
Stars: ✭ 17,419 (+43447.5%)
Mutual labels:  websocket, websocket-server, websocket-client
Beetlex
high performance dotnet core socket tcp communication components, support TLS, HTTP, HTTPS, WebSocket, RPC, Redis protocols, custom protocols and 1M connections problem solution
Stars: ✭ 802 (+1905%)
Mutual labels:  websocket, websocket-server, http-server
EthernetWebServer
This is simple yet complete WebServer library for AVR, Portenta_H7, Teensy, SAM DUE, SAMD21/SAMD51, nRF52, STM32, RP2040-based, etc. boards running Ethernet shields. The functions are similar and compatible to ESP8266/ESP32 WebServer libraries to make life much easier to port sketches from ESP8266/ESP32. Coexisting now with `ESP32 WebServer` and…
Stars: ✭ 118 (+195%)
Mutual labels:  http-client, websocket-client, http-server
Oatpp Websocket
oatpp-websocket submodule.
Stars: ✭ 26 (-35%)
Mutual labels:  websocket, websocket-server, websocket-client
Websocket
The Hoa\Websocket library.
Stars: ✭ 421 (+952.5%)
Mutual labels:  websocket, websocket-server, websocket-client
Awesome Websockets
A curated list of Websocket libraries and resources.
Stars: ✭ 850 (+2025%)
Mutual labels:  websocket, websocket-server, websocket-client
Atom
Java course materials
Stars: ✭ 293 (+632.5%)
Mutual labels:  websocket, http-client, http-server
Embedded Jetty Websocket Examples
Embedded Jetty WebSocket Examples
Stars: ✭ 159 (+297.5%)
Mutual labels:  websocket, websocket-server, websocket-client
Redux Requests
Declarative AJAX requests and automatic network state management for single-page applications
Stars: ✭ 330 (+725%)
Mutual labels:  websocket, http-client, websocket-client
Cppserver
Ultra fast and low latency asynchronous socket server & client C++ library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution
Stars: ✭ 528 (+1220%)
Mutual labels:  websocket, websocket-server, http-server

Jiny Framework

GitHub Workflow Status (branch) Lines of code GitHub code size in bytes GitHub Maven Central

What is Jiny?

Jiny features a lightweight (Servlet-free and no dependency), expressive and unopinionated web framework. If you need a quick start & simple way to write a JVM server, you would love this framework. Unlike others web frameworks, you can structure your application as you want.

Quick Start

Get started in 5 minutes.

Changelogs

Learn about the latest improvements.

Development

Want to file a bug, contribute some code, or improve documentation? Excellent!

First, see Developer Guide.

Pull requests are encouraged and always welcome. Pick an issue and help us out!

To install and work on Jiny locally:

$ git clone https://github.com/tuhuynh27/jiny.git
$ cd jiny
$ ./gradlew dependencies

To build and run tests for the modules included in the package:

$ ./gradlew --parallel build

License

Apache License 2.0

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].