background preloader

Netty - the Java NIO Client Server Socket Framework

Netty - the Java NIO Client Server Socket Framework

WebSphere Application Server - France - Français - Produits Accélérez la distribution des applications de manière plus productive, plus fiable, plus sûre et plus maîtrisée IBM Impact 2014The Venetian, Las Vegas, NV | Avril 27 - Mai 1 IBM WebSphere Application Server propose des solutions pour mettre en place un environnement d'exécution de serveur d’applications Java plus rapide et plus flexible, avec une fiabilité et une résilience accrues. Ce logiciel prend en charge des environnements monoserveur et des configurations de taille moyenne, ainsi que des applications Web dynamiques exigeant un groupement de niveaux Web sur plusieurs instances de serveur d'application. WebSphere Application Server vous aide à : En savoir plus Fermer Accroître la productivité des développeurs Déployer et gérer les applications et services Permet de moderniser et de réutiliser les applications existantes groupées et de les intégrer au Web. Exploiter le profil Liberty, un profil de serveur d'applications dynamique fortement composable. Renforcer la sécurité et le contrôle

Twisted Twisted is an event-driven networking engine written in Python and licensed under the open source ​MIT license. Twisted runs on Python 2 and an ever growing subset also works with Python 3. Twisted makes it easy to implement custom network applications. Here's a TCP server that echoes back everything that's written to it: from twisted.internet import protocol, reactor, endpoints class Echo(protocol.Protocol): def dataReceived(self, data): self.transport.write(data) class EchoFactory(protocol.Factory): def buildProtocol(self, addr): return Echo() endpoints.serverFromString(reactor, "tcp:1234").listen(EchoFactory()) reactor.run() Learn more about ​writing servers, ​writing clients and the ​core networking libraries , including support for SSL, UDP, scheduled events, unit testing infrastructure, and much more. Twisted includes an event-driven web server. Learn more about ​web application development, ​templates and Twisted's ​HTTP client. Twisted includes a sophisticated IMAP4 client library.

ztellman/aleph ZBrush :: Portal Buy ZBrush $795 ZClassroom Homeroom Around ZBrush Features: Discover main features of ZBrush New features: New additions to ZBrush 4R5 Industry: Who is using ZBrush and how Requirements: Hardware specifications Community & Content ZBrushCentral: Our community forum The ZBlog: Our official ZBrush blog Turntable Gallery: The best ZBrush artworks ZBC Top Row: The best Of ZBrushCentral Interviews: Major studios behind the scenes Support Support Center: Technical issues and Sales Installation: Steps to install ZBrush F.A.Q.: Q&A about ZBrush Downloads: Updates, free plugins & content Online Documentaton: ZBrush docs ZBrush 4 Docs: Downloadable PDFs Support Forum: Community support ZBrush Training ZClassroom: Official ZBrush video training Getting Started with ZBrush: Official Guide 3rd Party Training: Professional training Schools: Find a ZBrush school near you YouTube Channel: 100's of ZBrush videos © 2014 Pixologic, Inc.

jetty - Jetty WebServer Jetty provides a Web server and javax.servlet container, plus support for HTTP/2, WebSocket, OSGi, JMX, JNDI, JAAS and many other integrations. These components are open source and available for commercial use and distribution. Jetty is used in a wide variety of projects and products, both in development and production. Jetty can be easily embedded in devices, tools, frameworks, application servers, and clusters. See the Jetty Powered page for more uses of Jetty. The current recommended version for use is Jetty 9 which can be obtained here: Jetty Downloads. The Jetty project has been hosted at the Eclipse Foundation since 2009. You can benefit from committer knowledge and get training, consulting services, professional support and even production SLAs, just ask us about it!

Netflix/RxJava Application Server 7 Netflix/Turbine

Related: