Product Promotion
0x5a.live
for different kinds of informations and explorations.
GitHub - analogweb/analogweb-scala: Tiny High Performance HTTP Server for Scala
Tiny High Performance HTTP Server for Scala . Contribute to analogweb/analogweb-scala development by creating an account on GitHub.
Visit SiteGitHub - analogweb/analogweb-scala: Tiny High Performance HTTP Server for Scala
Tiny High Performance HTTP Server for Scala . Contribute to analogweb/analogweb-scala development by creating an account on GitHub.
Powered by 0x5a.live π
Analogweb Framework Scala
Quick Start
Create build.sbt
scalaVersion := "3.1.1"
libraryDependencies ++= Seq (
"org.analogweb" %% "analogweb-scala" % "0.13.0"
)
Start sbt console.
$ sbt console
Write a code.
scala> import analogweb._
import analogweb._
scala> http("localhost",8000) {
| get("/ping") { "PONG" }
| }.run
...
INFO: An Analogweb application has been booted. (Erapsed time: 412ms)
and you will get them.
$ curl localhost:8000/ping
PONG
License
Scala Resources
are all listed below.
GitHub - t2v/play2-auth: Play2.x Authentication and Authorization module
resource
~/github.com
resource
GitHub - twitter/finagle: A fault tolerant, protocol-agnostic RPC system
resource
~/github.com
resource
Made with β€οΈ
to provide different kinds of informations and resources.