callistaenterprise / websocket-labs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

websocket-labs

This git repository contains projects that demonstrated various techniques for setting up highly scalable web services and web socket based servers

  • ws-one, demonstrates use of embedded netty and activemq for non-blocking i/o based web-socket support in an existin java-application

  • ws-two, demonstrates use of Java EE 7 and Servlet 3.1's support for non blocking I/O.

  • spring-mvc-asych-teststub, demonstrates use of non-blocking rest services that respond after a configurable time (per request). Tested with 10 000 concurrent users that submit long running requests (5 - 8 sek). For test results see the docs folder.

  • spring-mvc-asych, demonstrates use of non-blocking rest services that route the incoming call to another rest-service. Tested with 5 000 concurrent users that submit long running requests (5 - 8 sek). For test results see the docs folder.

  • android-gradle-one, demonstrates the smallest possible android app based on the Gradle build system.

About

License:Apache License 2.0


Languages

Language:JavaScript 48.0%Language:Java 32.4%Language:CSS 10.0%Language:Shell 7.9%Language:Scala 0.9%Language:Groovy 0.8%