An open API service indexing awesome lists of open source software.

https://github.com/cheft/jbjs

jdk8 nashorn websockets webbit web rest
https://github.com/cheft/jbjs

Last synced: about 1 year ago
JSON representation

jdk8 nashorn websockets webbit web rest

Awesome Lists containing this project

README

          

jbjs
====

jdk8 nashorn websockets webbit web rest

# tl;dr

This demo app demonstrates how to create a simple non-blocking WebSocket and HTTP server using Nashorn scripting and Webbit (hello end-to-end, Javascript apps on the JVM!)

# prerequisites:

* [install java 8](http://jdk8.java.net/download.html)
* maven
* make

# setup:

`make update`

`make run`

then visit:

`http://localhost:9000`

# repl:

`make console`