Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 2.01 KB

README.md

File metadata and controls

59 lines (39 loc) · 2.01 KB

COMSAT Build Status Dependency Status
Scalable, Concurrent Web Apps

Getting started

In Maven:

<dependency>
    <groupId>co.paralleluniverse</groupId>
    <artifactId>ARTIFACT</artifactId>
    <version>0.1.1</version>
</dependency>

Where ARTIFACT is:

  • comsat-servlet – Servlet integration for defining fiber-per-request servlets.
  • comsat-jersey-server – Jersey server integration for defining REST services.
  • comsat-jax-rs-client – JAX-RS client integration for calling HTTP services.
  • comsat-jdbc – JDBC integration for using the JDBC API in fibers.
  • comsat-actors-api – the Web Actors API
  • comsat-actors-servlet – contains an implementation of Web Actors on top of Servlet and WebSocket (JSR-356) containers

Or, build from sources by running:

./gradlew

Usage

You can also study the examples here.

Getting help

Questions and suggestions are welcome at this forum/mailing list.

License

COMSAT is free software published under the following license:

Copyright (c) 2013-2014, Parallel Universe Software Co. All rights reserved.

This program and the accompanying materials are dual-licensed under
either the terms of the Eclipse Public License v1.0 as published by
the Eclipse Foundation
 
  or (per the licensee's choosing)
 
under the terms of the GNU Lesser General Public License version 3.0
as published by the Free Software Foundation.

githalytics.com alpha