模块化的 Node.js Web 框架 - SocketStream

openkk 12年前
   <a href="/misc/goto?guid=4958521672393385059" target="_blank">SocketStream </a>是一个快速、模块化的 Node.js Web 框架,主要用来构建实时的单页应用。   <br />    <p>SocketStream 0.3.0 包含诸多新特性,主要有:</p>    <div>    * Support for multiple Single Page Clients   </div>    <div>    * Awesome support for Client Side Templates   </div>    <div>    * Modular Code Formatters (e.g. Stylus, Jade, etc)   </div>    <div>    * Modular Websocket Transports (Socket.IO and SockJS are currently supported)   </div>    <div>    * Request Responders to allow for model syncing and high-speed custom protocols   </div>    <div>    * Complete rewrite of 0.2. The core is now far more modular and extensible   </div>    <div>    * Designed to work well with Express and other npm modules   </div>    <p> </p>    <p>同时包括:</p>    <div>    * Ability to share sessions between HTTP and WS requests (big win for authentication!)   </div>    <div>    * The use of Browserify to support client-side modules   </div>    <div>    * ss-console module - Allows you execute commands against a live server over the REPL   </div>    <br />    <br />