All Projects → unfiltered → Unfiltered

unfiltered / Unfiltered

Licence: mit
A toolkit for servicing HTTP requests in Scala

Programming Languages

scala
5932 projects

Projects that are alternatives of or similar to Unfiltered

Blynk Server
Blynk is an Internet of Things Platform aimed to simplify building mobile and web applications for the Internet of Things. Easily connect 400+ hardware models like Arduino, ESP8266, ESP32, Raspberry Pi and similar MCUs and drag-n-drop IOT mobile apps for iOS and Android in 5 minutes
Stars: ✭ 8 (-98.87%)
Mutual labels:  websockets, netty
Thingsboard
Open-source IoT Platform - Device management, data collection, processing and visualization.
Stars: ✭ 10,526 (+1384.63%)
Mutual labels:  websockets, netty
Aleph
Asynchronous communication for Clojure
Stars: ✭ 2,389 (+236.95%)
Mutual labels:  web-server, websockets
Script Server
Web UI for your scripts with execution management
Stars: ✭ 506 (-28.63%)
Mutual labels:  websockets, web-server
Jetty.project
Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
Stars: ✭ 3,260 (+359.8%)
Mutual labels:  websockets, jetty
dataviewer-example
📊 Usage examples of dataviewer - https://github.com/jasrodis/dataviewer
Stars: ✭ 15 (-97.88%)
Mutual labels:  websockets, jetty
Catacumba
Asynchronous web toolkit for clojure built on top of Ratpack / Netty
Stars: ✭ 192 (-72.92%)
Mutual labels:  netty, web-server
Microwebsrv2
The last Micro Web Server for IoTs (MicroPython) or large servers (CPython), that supports WebSockets, routes, template engine and with really optimized architecture (mem allocations, async I/Os). Ready for ESP32, STM32 on Pyboard, Pycom's chipsets (WiPy, LoPy, ...). Robust, efficient and documented!
Stars: ✭ 295 (-58.39%)
Mutual labels:  websockets, web-server
Atmosphere
Realtime Client Server Framework for the JVM, supporting WebSockets with Cross-Browser Fallbacks
Stars: ✭ 3,552 (+400.99%)
Mutual labels:  websockets, netty
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 (-24.96%)
Mutual labels:  websockets, netty
Tungstenite Rs
Lightweight stream-based WebSocket implementation for Rust.
Stars: ✭ 607 (-14.39%)
Mutual labels:  websockets
Starlette
The little ASGI framework that shines. 🌟
Stars: ✭ 6,337 (+793.79%)
Mutual labels:  websockets
Ulfius
Web Framework to build REST APIs, Webservices or any HTTP endpoint in C language. Can stream large amount of data, integrate JSON data with Jansson, and create websocket services
Stars: ✭ 666 (-6.06%)
Mutual labels:  websockets
Oneblog
👽 OneBlog,一个简洁美观、功能强大并且自适应的Java博客
Stars: ✭ 678 (-4.37%)
Mutual labels:  websockets
Lhttp
go websocket, a better way to buid your IM server
Stars: ✭ 603 (-14.95%)
Mutual labels:  websockets
Ibooks
计算机图书,java,mysql,架构类,web
Stars: ✭ 666 (-6.06%)
Mutual labels:  netty
Jforgame
jforgame是一个一站式游戏服务器开发框架。包含游戏服,跨服,匹配服,后台管理系统等模块。同时提供大量业务案例以供学习。
Stars: ✭ 601 (-15.23%)
Mutual labels:  netty
Netty Socketio
Socket.IO server implemented on Java. Realtime java framework
Stars: ✭ 5,565 (+684.91%)
Mutual labels:  netty
Mock Socket
Javascript mocking library for WebSockets and Socket.IO
Stars: ✭ 598 (-15.66%)
Mutual labels:  websockets
Restinio
Cross-platform, efficient, customizable, and robust asynchronous HTTP/WebSocket server C++14 library with the right balance between performance and ease of use
Stars: ✭ 694 (-2.12%)
Mutual labels:  websockets

Unfiltered

Join the chat at https://gitter.im/unfiltered/unfiltered

See the Unfiltered documentation for instructions on using the project.

Modules

library

The core application library for Unfiltered. This module provides interfaces and implementations of core request extractors and response combinators.

filter

Binds the core library to filters in the servlet 3.0 API.

filter-async

Provides asynchronous support for the filter module

jetty

Provides an embedded web server abstraction for serving filters.

netty

Binds the core library to a Netty channel handler and provides an embedded server.

netty-uploads

Provides extractors for multipart posts using netty.

specs2

Provides helpers for testing Intents with specs2.

uploads

Provides extractors for multipart posts using the servlet API.

json4s

Provides extractors for working with jsonp and transforming json request bodies.

websockets

A minimal server websocket interface build on netty

Community

Join the Unfiltered mailing list on Google Groups or view the previous list on Nabble.

Example Apps

There are some giter8 templates for Unfiltered contain a bit of example code.

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