Skip to content

elw00d/jcoro

Repository files navigation

jcoro

Build and run tests:

gradlew :jcoro-app:build --rerun-tasks

Build and run SyncaServer:

gradlew :jcoro-app:build
java -cp jcoro-api/build/libs/jcoro-api-1.0.jar:jcoro-app/build/classes/instrumented org.jcoro.SyncaServer

(in Windows change : symbol to ; between classpaths).

After that you can check the server is alive using curl:

curl -i "http://localhost:8080"

About

Coroutines implementation for Java 8

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages