org.mashupbots

socko

package socko

Socko is a Scala web server powered by Netty networking and Akka processing.

Package dependency hierarchy

            infrastructure
                  |
                events
              ____|____
              |       |
           routes   handlers
              \       /
              webserver
Visibility
  1. Public
  2. All

Value Members

  1. package concurrentlinkedhashmap

  2. package events

  3. package handlers

  4. package infrastructure

  5. package netty

  6. package routes

    Routes define the rules for dispatching requests to its intended Akka actor handlers.

  7. package webserver

    Socko web server built on top of Netty networking and Akka processing.