jonafanho / Socket-IO-Webserver

A webserver that serves static files, GET requests, and Socket.IO websockets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Socket.IO Webserver

To add this to your project, use JitPack. Remember to include the following dependencies as well.

dependencies {
	implementation "com.google.code.gson:gson:+"
	implementation "it.unimi.dsi:fastutil:+"
	implementation "com.corundumstudio.socketio:netty-socketio:+"
}

About

A webserver that serves static files, GET requests, and Socket.IO websockets.

License:MIT License


Languages

Language:Java 97.9%Language:HTML 2.1%