JSWEBSERVER is a very light web server app that can be compiled in Java 1.8 or Java 16, it is based on SCALATRA and GRAALVM with JavaScript engine.
Prerequisites to compile jswebserver:
- Java JDK 1.8 or 16 (https://adoptopenjdk.net/)
- SBT (https://www.scala-sbt.org/download.html)
- Scala (https://www.scala-lang.org/download/scala2.html)
After installing prerequisites, download jswebserver sources:
https://sourceforge.net/p/jswebserver/code/ci/master/tree/
or you may use git:
git clone ssh://laranikal@git.code.sf.net/p/jswebserver/code jswebserver-code
To Build & Run:
$ cd jswebserver
$ sbt
> jetty:start
> browse
If browse doesn't launch your browser, manually open http://localhost:8080/ in your browser.
Enjoy!! :)
Features
- Web server side scripts are implemented in JavaScript
- You can use AJAX technology, see the example in the default page
- It is using GRAALVM JS so, it is possible to call JAVA libraries like JDBC
- It is implemented in only one Java jar file.
Follow jswebserver
Other Useful Business Software
Auth for GenAI | Auth0
Easily implement secure login experiences for AI Agents - from interactive chatbots to background workers with Auth0. Auth for GenAI is now available in Developer Preview
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of jswebserver!