Skip to content

alexey-y/comsat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Fibers and actors for web development

Resources

License

Stars

Watchers

Forks

Packages

No packages published