n

nanohttpd-websocket

nanohttpd-websocket is a very low profile websocket server based on nanohttpd.
Files download
File Operation
nanohttpd-websocket-2.2.0.jar download
nanohttpd-websocket-2.2.0.pom download
nanohttpd-websocket-2.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.nanohttpd</groupId>
  <artifactId>nanohttpd-websocket</artifactId>
  <version>2.2.0</version>
</dependency>
Gradle Groovy
implementation 'org.nanohttpd:nanohttpd-websocket:2.2.0'
Gradle Kotlin
implementation("org.nanohttpd:nanohttpd-websocket:2.2.0")
Scala SBT
libraryDependencies += "org.nanohttpd" % "nanohttpd-websocket" % "2.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.nanohttpd', module='nanohttpd-websocket', version='2.2.0')
)
Apache Ivy
<dependency org="org.nanohttpd" name="nanohttpd-websocket" rev="2.2.0" />
Leiningen
[org.nanohttpd/nanohttpd-websocket "2.2.0"]
Apache Buildr
'org.nanohttpd:nanohttpd-websocket:jar:2.2.0'