net.databinder:unfiltered-netty-server_2.9.0

Netty server embedding module


Keywords
jetty, netty, scala, unfiltered, web-server, websockets
License
MIT

Documentation

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

Example Apps

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