cettia-java-server icon indicating copy to clipboard operation
cettia-java-server copied to clipboard

A full-featured real-time web application framework for Java

Results 4 cettia-java-server issues
Sort by recently updated
recently updated
newest added

Update out-of-date terminologies, improve the grammars, and so on.

As pointed in cettia/cettia-protocol#12, introducing a dedicated class to represent options about server, i.e. `ServerOptions`, would be better in Java as well.

[`TransportServer`](https://github.com/cettia/cettia-java-server/blob/1.0.0-Alpha1/server/src/main/java/io/cettia/transport/TransportServer.java) consumes resource and produces `ServerTransport`. For example, `HttpTransportServer` consumes `ServerHttpExchange` and produces streaming transport and long polling transport. But, that's all. It is the only purpose of `TransportServer`. -...