From: Jon M. <jm...@re...> - 2022-07-04 15:54:46
|
On 7/2/22 14:57, Christian Kohlschütter wrote: > Hi all, > > I'm the author of junixsocket, an Open-Source Java library that, until recently, focused on providing access to Unix domain sockets for Java 8 and above. > > It is my great delight to announce that with version 2.5, junixsocket adds support for TIPC. > > junixsocket enables developers to have their existing code using Socket or SocketChannel API make use of AF_TIPC sockets with very little overhead. For example, you can now run a Java web server over TIPC, in just a few lines of code. > > It's clear that this is just scratching the surface of what's possible. Please give junixsocket-tipc a try, let me know how it works for you, and of course, specifically, what doesn't. > > Lastly, let me extend my gratitude to all TIPC developers for this cool protocol. > > Best, > Christian Thank you, Christian, This looks really cool. I hope it will have many users. ///jon > > junixsocket on GitHub: https://github.com/kohlschutter/junixsocket/ > junixsocket documentation: https://kohlschutter.github.io/junixsocket/ > API docs: https://kohlschutter.github.io/junixsocket/apidocs/ > TIPC specifics: https://kohlschutter.github.io/junixsocket/junixsocket-tipc/ |