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
- Host: GitHub
- URL: https://github.com/cheft/jbjs
- Owner: cheft
- License: mit
- Created: 2014-05-10T04:24:45.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-10T04:29:23.000Z (about 12 years ago)
- Last Synced: 2025-05-11T07:15:23.277Z (about 1 year ago)
- Language: CoffeeScript
- Size: 145 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`