实践Tornado
Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long polling, WebSockets, and other applications that require a long-lived connection to each user.
实践Tornado
Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long polling, WebSockets, and other applications that require a long-lived connection to each user.
实践Flask
Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions.
实践Orange
Orange是一个基于OpenResty / Nginx的HTTP API Gateway
实践Virtualenvwrapper
virtualenvwrapper is a set of extensions to Ian Bicking’s virtualenv tool. The extensions include wrappers for creating and deleting virtual environments and otherwise managing your development workflow, making it easier to work on more than one project at a time without introducing conflicts in their dependencies.
实践Visual Studio Code
Visual Studio Code Code editing.Redefined. Free. Built on open source. Runs everywhere.
实践Sofa
实践maven-scm-plugin
The SCM Plugin (maven-scm-plugin) offers vendor independent access to common scm commands by offering a set of command mappings for the configured scm. Each command is implemented as a goal.
实践WebJars
WebJars are client-side web libraries (e.g. jQuery & Bootstrap) packaged into JAR (Java Archive) files.