项目作者: jamesjieye

项目描述 :
An example of real-time chat application built with netty-socketio and Spring Boot.
高级语言: Java
项目地址: git://github.com/jamesjieye/netty-socketio.spring.git
创建时间: 2016-09-12T00:39:19Z
项目社区:https://github.com/jamesjieye/netty-socketio.spring

开源协议:

下载


An example of real-time chat application

Built with

In this example, SocketIONamespace is used for declaring modules.

This example project is inspired by the following projects.

Usage

Server end

  • Run server by command mvn spring-boot:run
  • Or build single executable jar file with mvn package and un single jar java -jar rt-server.jar

Client end

  • Put the /client directory under an HTTP server. Then open it from the browser after starting the server side.

License

MIT